Skip to content

Commit

Permalink
Merge pull request #159 from MonolithProjects/develop
Browse files Browse the repository at this point in the history
Develop to Master
  • Loading branch information
MonolithProjects authored Jan 29, 2023
2 parents 32b93a5 + e0a07d9 commit 6f2b964
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tasks/install_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@
update_cache: yes
when: (ansible_distribution == "Debian" and ansible_distribution_major_version == "11")

- name: Install dependencies on Debian Bookworm
ansible.builtin.package:
pkg:
- acl
- liblttng-ust1
- libkrb5-3
- zlib1g
- libssl3
- libicu72
state: present
update_cache: yes
when: (ansible_distribution == "Debian" and ansible_distribution_release == "bookworm")

- name: Install dependencies on Ubuntu Xenial systems
ansible.builtin.package:
pkg:
Expand Down

0 comments on commit 6f2b964

Please sign in to comment.