Add apt.yml
This commit is contained in:
commit
3b9f81d59b
1 changed files with 7 additions and 0 deletions
7
apt.yml
Normal file
7
apt.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- hosts: "*"
|
||||
become: yes
|
||||
tasks:
|
||||
- name: apt
|
||||
apt:
|
||||
update_cache: yes
|
||||
upgrade: 'yes'
|
Reference in a new issue