Fixed formatting
This commit is contained in:
parent
f73d95249c
commit
937ecc513e
1 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
- name: DNF Updater for RHEL‑based clients
|
||||
- name: DNF Updater for RHEL-based clients
|
||||
hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
- name: Upgrade all packages
|
||||
ansible.builtin.dnf:
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
become: true
|
||||
- name: Upgrade all packages
|
||||
ansible.builtin.dnf:
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue