Skip to content

Commit c14c540

Browse files
committed
Use the version codename for Debian bookworm as there is no ID yet.
1 parent 02266a5 commit c14c540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- libicu72
5151
state: present
5252
update_cache: yes
53-
when: (ansible_distribution == "Debian" and ansible_distribution_major_version == "12")
53+
when: (ansible_distribution == "Debian" and ansible_distribution_release == "bookworm")
5454

5555
- name: Install dependencies on Ubuntu Xenial systems
5656
ansible.builtin.package:

0 commit comments

Comments
 (0)