8 lines
150 B
YAML
8 lines
150 B
YAML
# tasks file for control
|
|
---
|
|
- name: install tools
|
|
apt: name={{item}} state=present update_cache=yes
|
|
with_items:
|
|
- curl
|
|
- python-httplib2
|