summaryrefslogtreecommitdiff
path: root/ansible/roles/ansible/tasks/main.yml
blob: 23f2f4e1b168755ba2ca30ecf6d88ee126410f30 (plain)
1
2
3
4
5
6
7
---
- name: install ansible
  apt: name=ansible
- name: install python-boto
  apt: name=python-boto
- apt: name=pass
...