Improve readability
This commit is contained in:
parent
f433646cd0
commit
7ea64ca04c
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue