[CODE] add support for Centos + extend ArchLinux support
This commit is contained in:
parent
00c4c7eb96
commit
c724080b34
10 changed files with 177 additions and 0 deletions
9
tasks/update-Centos.yml
Normal file
9
tasks/update-Centos.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# Common/Update: Install All Updates - CentOS Version
|
||||
|
||||
- name: update - Update and upgrade all packages
|
||||
become: yes
|
||||
yum:
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: yes
|
Loading…
Add table
Add a link
Reference in a new issue