summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-19 22:05:36 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-19 22:05:36 -0500
commit3e24cc7f8097a1a8e7342d194eb5a792b52ffd68 (patch)
tree9783a44e1aa99428bbd0550708cd1533501d12b3
parentd8b27661a06aa80ed711b8ea258f3665bfe7e602 (diff)
downloadplaybooks-3e24cc7f8097a1a8e7342d194eb5a792b52ffd68.tar.gz
playbooks-3e24cc7f8097a1a8e7342d194eb5a792b52ffd68.tar.bz2
playbooks-3e24cc7f8097a1a8e7342d194eb5a792b52ffd68.zip
roles/arch/upgrade: Remove
-rw-r--r--roles/arch/upgrade.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/arch/upgrade.yml b/roles/arch/upgrade.yml
deleted file mode 100644
index 53cabc4..0000000
--- a/roles/arch/upgrade.yml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-- name: Full system upgrade
- hosts: arch
- tasks:
- - name: Upgrading all systems
- pacman:
- update_cache: yes
- upgrade: yes
- register: output
- - debug: var=output \ No newline at end of file