Update to use official Ansible PPA

This commit is contained in:
Grant 2014-12-17 16:11:16 +00:00
parent a67dde092d
commit 68caa623e6

View File

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