blob: 19e285de3b66b007ce5811fad8cbac09efe0ab21 [file] [log] [blame]
David K. Bainbridgeed101542016-05-18 20:26:15 -07001- name: Ansible Repository
2 become: yes
3 apt_repository:
4 repo="ppa:ansible/ansible"
5
6- name: Ensure Ansible
7 become: yes
8 apt:
David K. Bainbridge17248c02016-08-29 17:04:34 -07009 name=ansible=2.1.1.*
10 state=present