From 7ea64ca04c33d9b59c4911d477cef4ab594f7132 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Mon, 19 Jul 2021 19:00:55 +0200 Subject: [PATCH] Improve readability --- upgrade.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/upgrade.yml b/upgrade.yml index 9448249..52fd101 100644 --- a/upgrade.yml +++ b/upgrade.yml @@ -2,15 +2,14 @@ - name: Upgrade hosts hosts: all become: yes - tasks: - name: Full system upgrade pacman: update_cache: yes upgrade: yes + - name: Upgrade Dockers hosts: all - tasks: - name: Docker upgrade Photoview ansible.builtin.shell: