Added all files
This commit is contained in:
6
examples/024_continued/roles/control/tasks/main.yml
Normal file
6
examples/024_continued/roles/control/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: install tools
|
||||
apt: name={{item}} state=present update_cache=yes
|
||||
with_items:
|
||||
- curl
|
||||
- python-httplib2
|
||||
Reference in New Issue
Block a user