blob: 19e285de3b66b007ce5811fad8cbac09efe0ab21 [file] [log] [blame]
- name: Ansible Repository
become: yes
apt_repository:
repo="ppa:ansible/ansible"
- name: Ensure Ansible
become: yes
apt:
name=ansible=2.1.1.*
state=present