2020-01-26 16:09:52 +00:00
|
|
|
---
|
|
|
|
# Common/Update: Install All Updates - CentOS Version
|
|
|
|
|
|
|
|
- name: update - Update and upgrade all packages
|
|
|
|
become: yes
|
2021-08-28 14:58:03 +00:00
|
|
|
ansible.builtin.yum:
|
2020-01-26 16:09:52 +00:00
|
|
|
name: "*"
|
|
|
|
state: latest
|
|
|
|
update_cache: yes
|