Install acl package for become-user tasks

All the pain with world-readable temp files and Ansible deprecation
warnings goes away witih this package. :)
This commit is contained in:
Stefan Haun 2022-07-23 20:29:48 +02:00
parent bd99ebe684
commit ca31f218c0

View file

@ -18,6 +18,8 @@
# Should come from ble-keeper-role
# see https://github.com/netz39/ble-keykeeper-role/issues/4
- python3-pip
# This is needed for the user-executed tasks
- acl
# Regular packages
- tmux
- git-core