summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-04 03:56:14 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-10 06:09:29 +0200
commitf6d309374402a14052c50bca908f2c251d3d0c53 (patch)
tree29d1dee26f76b6aee6a4b9d71b2e039992cb73af
parente6deec5793e82582027a9692bef525c81eb5fdb1 (diff)
tasks/base.yml: Install acl package.
This is needed for unprivileged ‘become_user’, cf. https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_privilege_escalation.html#risks-of-becoming-an-unprivileged-user
-rw-r--r--tasks/base.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/base.yml b/tasks/base.yml
index 05ec724..ad8b1f0 100644
--- a/tasks/base.yml
+++ b/tasks/base.yml
@@ -18,7 +18,6 @@
- dosfstools
- eatmydata
- acpid
- - acl
- fdisk
- gdisk
- genisoimage
@@ -106,6 +105,7 @@
apt: pkg={{ packages }}
vars:
packages:
+ - acl
- bind9-dnsutils
- bzip2
- htop