diff --git a/deb-apt-setup/tasks/main.yml b/deb-apt-setup/tasks/main.yml index 1ba1d523..9c7c6fb5 100644 --- a/deb-apt-setup/tasks/main.yml +++ b/deb-apt-setup/tasks/main.yml @@ -6,6 +6,6 @@ - name: Install python-software-properties apt: pkg=python-software-properties state=present update_cache=yes cache_valid_time=3600 - when: is_not_debian9 + when: is_trusty tags: pythonapt