blob: 10a5293be41ff26c0c2cc37712de6c28462efb4e [file] [log] [blame]
- name: Ansible Repository
become: yes
apt_repository:
repo: "{{ ansible_apt_repo | default('ppa:ansible/ansible') }}"
- name: Ensure Ansible
become: yes
apt:
name=ansible=2.2.*
state=present