From 9ba357842ca94aa16e9aa24022be4fbbbdb80bb1 Mon Sep 17 00:00:00 2001 From: kerjox Date: Thu, 9 Sep 2021 13:33:24 +0200 Subject: [PATCH] Add KDE neon support --- tasks/setup-Debian.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index cb1645b..9dd5575 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -1,4 +1,7 @@ --- +- set_fact: ansible_distribution="Ubuntu" + when: ansible_distribution == 'KDE neon' + - name: Ensure old versions of Docker are not installed. package: name: