We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02266a5 commit c14c540Copy full SHA for c14c540
tasks/install_deps.yml
@@ -50,7 +50,7 @@
50
- libicu72
51
state: present
52
update_cache: yes
53
- when: (ansible_distribution == "Debian" and ansible_distribution_major_version == "12")
+ when: (ansible_distribution == "Debian" and ansible_distribution_release == "bookworm")
54
55
- name: Install dependencies on Ubuntu Xenial systems
56
ansible.builtin.package:
0 commit comments