library/roles/ubuntu-deb-general/tasks/packages.yml: Install software-properties-common on Ubuntu.

This commit is contained in:
Andrea Dell'Amico 2016-04-14 14:57:29 +02:00
parent 5fc3c9964d
commit 7ba50614ff
1 changed files with 1 additions and 1 deletions

View File

@ -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