From 4cf92b13767ffd4d8a242a4c7634f22d9bd9688e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 17 Feb 2019 13:45:47 +0100 Subject: [PATCH] limit the python-software-properties installation to Ubuntu Trusty. --- deb-apt-setup/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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