Started to split tasks into roles
This commit is contained in:
parent
10088f03c7
commit
8e6e03d55c
6 changed files with 125 additions and 91 deletions
8
roles/update-packages/tasks/main.yaml
Normal file
8
roles/update-packages/tasks/main.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: update installed packages
|
||||
apt:
|
||||
name: "*"
|
||||
state: latest
|
||||
autoclean: yes
|
||||
autoremove: yes
|
||||
update_cache: yes
|
Loading…
Add table
Add a link
Reference in a new issue