From 05b7588953d453cc71a663c6a3e8f86bea18afee Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Mon, 10 Jul 2017 22:17:58 +0200 Subject: [PATCH] no more apt-listchanges in Stretch --- evolinux-base/tasks/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evolinux-base/tasks/packages.yml b/evolinux-base/tasks/packages.yml index 13b735c7..8ce7b640 100644 --- a/evolinux-base/tasks/packages.yml +++ b/evolinux-base/tasks/packages.yml @@ -104,6 +104,6 @@ with_items: - { option: "confirm", value: "1" } - { option: "which", value: "both" } - when: evolinux_packages_listchanges + when: evolinux_packages_listchanges and ansible_distribution == "Debian" and ansible_distribution_major_version | version_compare('9', '<') - meta: flush_handlers