Skip to content

Commit

Permalink
Merge pull request #21 from MonolithProjects/develop
Browse files Browse the repository at this point in the history
Added ACL package

Former-commit-id: d2adff7
  • Loading branch information
MonolithProjects authored Jun 23, 2020
2 parents 68edf86 + 07a6f3d commit 99d8137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/install_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- name: Install dependencies on Debian Stretch
package:
pkg:
- acl
- liblttng-ust0
- libkrb5-3
- zlib1g
Expand All @@ -16,6 +17,7 @@
- name: Install dependencies on Debian Buster
package:
pkg:
- acl
- liblttng-ust0
- libkrb5-3
- zlib1g
Expand All @@ -30,6 +32,7 @@
- name: Install dependencies on Ubuntu Xenial systems
package:
pkg:
- acl
- liblttng-ust0
- libkrb5-3
- zlib1g
Expand All @@ -44,6 +47,7 @@
- name: Install dependencies on Ubuntu Bionic systems
package:
pkg:
- acl
- liblttng-ust0
- libkrb5-3
- zlib1g
Expand All @@ -58,6 +62,7 @@
- name: Install dependencies on Ubuntu Focal systems
package:
pkg:
- acl
- liblttng-ust0
- libkrb5-3
- zlib1g
Expand All @@ -72,6 +77,7 @@
- name: Install dependencies on RHEL/CentOS/Fedora systems
package:
name:
- acl
- lttng-ust
- openssl-libs
- krb5-libs
Expand Down

0 comments on commit 99d8137

Please sign in to comment.