create update
This commit is contained in:
8
roles/debian/tasks/main.yml
Normal file
8
roles/debian/tasks/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
- name: Update repository cache using apt
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
||||
- name: Update packages using apt
|
||||
apt:
|
||||
upgrade: dist
|
||||
autoremove: yes
|
Reference in New Issue
Block a user