copr_base: install acl package

This commit is contained in:
Pavel Raiskup 2022-11-22 23:29:56 +01:00
parent 8be315160c
commit 84386e8b4f

View file

@ -58,6 +58,7 @@
dnf: dnf:
state: present state: present
pkg: pkg:
- acl # useful for ansible acl module
- "bash-completion" - "bash-completion"
- "screen" - "screen"
- "tmux" - "tmux"