Added DNF Updater
This commit is contained in:
parent
795c6d007c
commit
0c4f4394eb
1 changed files with 9 additions and 0 deletions
9
health/dnfupdate.yml
Normal file
9
health/dnfupdate.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
- name: DNF Updater for RHEL based Clients
|
||||||
|
hosts: all
|
||||||
|
become: true
|
||||||
|
|
||||||
|
- name: Upgrade all packages
|
||||||
|
ansible.builtin.dnf:
|
||||||
|
name: "*"
|
||||||
|
state: latest
|
||||||
Loading…
Reference in a new issue