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
|
- name: Upgrade hosts
|
||||||
hosts: all
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Full system upgrade
|
- name: Full system upgrade
|
||||||
pacman:
|
pacman:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
upgrade: yes
|
upgrade: yes
|
||||||
|
|
||||||
- name: Upgrade Dockers
|
- name: Upgrade Dockers
|
||||||
hosts: all
|
hosts: all
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Docker upgrade Photoview
|
- name: Docker upgrade Photoview
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
|
Reference in a new issue