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