Added DNF Updater
This commit is contained in:
parent
0c4f4394eb
commit
7df074783b
1 changed files with 6 additions and 5 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
- name: DNF Updater for RHEL based Clients
|
- name: DNF Updater for RHEL‑based clients
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
|
tasks:
|
||||||
- name: Upgrade all packages
|
- name: Upgrade all packages
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name: "*"
|
name: "*"
|
||||||
state: latest
|
state: latest
|
||||||
|
update_cache: yes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue