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.
2 parents 32b93a5 + e0a07d9 commit 6f2b964Copy full SHA for 6f2b964
tasks/install_deps.yml
@@ -39,6 +39,19 @@
39
update_cache: yes
40
when: (ansible_distribution == "Debian" and ansible_distribution_major_version == "11")
41
42
+- name: Install dependencies on Debian Bookworm
43
+ ansible.builtin.package:
44
+ pkg:
45
+ - acl
46
+ - liblttng-ust1
47
+ - libkrb5-3
48
+ - zlib1g
49
+ - libssl3
50
+ - libicu72
51
+ state: present
52
+ update_cache: yes
53
+ when: (ansible_distribution == "Debian" and ansible_distribution_release == "bookworm")
54
+
55
- name: Install dependencies on Ubuntu Xenial systems
56
ansible.builtin.package:
57
pkg:
0 commit comments