library/roles/ubuntu-deb-general/tasks/packages.yml: Install software-properties-common on Ubuntu.
This commit is contained in:
parent
5fc3c9964d
commit
7ba50614ff
|
@ -5,7 +5,7 @@
|
|||
|
||||
- name: Install software-properties-common if needed
|
||||
apt: pkg=software-properties-common state=installed
|
||||
when: is_quantal
|
||||
when: is_ubuntu
|
||||
tags: packages
|
||||
|
||||
- name: Default the backports repository on debian 6
|
||||
|
|
Loading…
Reference in New Issue