Bootstrap aptup role
This commit is contained in:
commit
7e3e16158f
7 changed files with 82 additions and 0 deletions
7
tasks/main.yml
Normal file
7
tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# tasks file for galaxy-aptup
|
||||
|
||||
- name: Apt update & upgrade
|
||||
apt:
|
||||
update_cache: yes
|
||||
upgrade: yes
|
Loading…
Add table
Add a link
Reference in a new issue