Improve readability

This commit is contained in:
Edgar P. Burkhart 2021-07-19 19:00:55 +02:00
parent f433646cd0
commit 7ea64ca04c
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 2 deletions

View File

@ -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: