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