fix(lego): install acl package to allow becoming an unprivileged user

Without the ACL package installed, becoming an unprivileged ansible
user with an unprivileged connection user is not possible, as
it results in an 'invalid mode' error in chmod.
This commit is contained in:
Johanna Dorothea Reichmann 2023-09-23 19:36:37 +02:00
parent 53fb5ced5c
commit 515a07e81f
No known key found for this signature in database
GPG key ID: 03624C433676E465

View file

@ -94,3 +94,4 @@ lego_dependencies:
- "python3-cryptography"
all:
- "python3-cryptography"
- "acl"