update-system/tasks/update-RedHat.yml
Tobias Trabelsi 7f90530e81
Some checks reported errors
continuous-integration/drone/push Build was killed
init
2021-01-30 19:50:13 +01:00

9 lines
143 B
YAML

---
- name: install updates
become: yes
yum:
update_cache: yes
name: '*'
state: latest
when: ansible_os_family == "RedHat"