summaryrefslogtreecommitdiff
path: root/roles/arch/upgrade.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/arch/upgrade.yml')
-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