limit the python-software-properties installation to Ubuntu Trusty.

This commit is contained in:
Andrea Dell'Amico 2019-02-17 13:45:47 +01:00
parent 78eb0956ad
commit 4cf92b1376
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
- name: Install python-software-properties - name: Install python-software-properties
apt: pkg=python-software-properties state=present update_cache=yes cache_valid_time=3600 apt: pkg=python-software-properties state=present update_cache=yes cache_valid_time=3600
when: is_not_debian9 when: is_trusty
tags: pythonapt tags: pythonapt