From 3e24cc7f8097a1a8e7342d194eb5a792b52ffd68 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 19 Jan 2020 22:05:36 -0500 Subject: roles/arch/upgrade: Remove --- roles/arch/upgrade.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 roles/arch/upgrade.yml 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 -- cgit v1.2.3