Fixed formatting
This commit is contained in:
parent
7df074783b
commit
5bab646d71
1 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
become: true
|
||||
tasks:
|
||||
- name: Upgrade all packages
|
||||
ansible.builtin.dnf:
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
ansible.builtin.dnf:
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue