Added all files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: update apt cache once day
|
||||
apt: update_cache=yes cache_valid_time=86400
|
||||
|
||||
- name: install tools
|
||||
apt: name={{item}} state=present
|
||||
with_items:
|
||||
- curl
|
||||
- python-httplib2
|
||||
Reference in New Issue
Block a user