Merge pull request #1 from Firefishy/patch-1

Update to use official Ansible PPA.
This commit is contained in:
Jeff Geerling 2014-12-17 10:15:54 -06:00
commit 621df1e600

View File

@ -6,7 +6,7 @@
# Debian installation. # Debian installation.
- name: Add rquillo repository (Debian). - name: Add rquillo repository (Debian).
apt_repository: repo='ppa:rquillo/ansible' apt_repository: repo='ppa:ansible/ansible'
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: Update apt cache (Debian). - name: Update apt cache (Debian).