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: