limit the python-software-properties installation to Ubuntu Trusty.
This commit is contained in:
parent
78eb0956ad
commit
4cf92b1376
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue