From a60189eb3eaf8b7683be4edbb860ea83a5d0751d Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 2 May 2021 00:33:46 +0200 Subject: [PATCH] better bullseye compatibility workaround --- bullseye-detect/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye-detect/tasks/main.yml b/bullseye-detect/tasks/main.yml index 07b898e3..6f97db0a 100644 --- a/bullseye-detect/tasks/main.yml +++ b/bullseye-detect/tasks/main.yml @@ -5,4 +5,4 @@ ansible_distribution_major_version: 11 ansible_distribution: "Debian" ansible_distribution_release: "bullseye" - when: "ansible_lsb.codename == 'bullseye'" \ No newline at end of file + when: "ansible_lsb.codename == 'bullseye' or ansible_lsb.release == 'testing/unstable'" \ No newline at end of file