create update

This commit is contained in:
2020-10-03 01:13:05 +02:00
parent 560c18ccfd
commit 87ae6663cb
9 changed files with 39 additions and 137 deletions

View 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