mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
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:
parent
53fb5ced5c
commit
515a07e81f
1 changed files with 1 additions and 0 deletions
|
@ -94,3 +94,4 @@ lego_dependencies:
|
|||
- "python3-cryptography"
|
||||
all:
|
||||
- "python3-cryptography"
|
||||
- "acl"
|
||||
|
|
Loading…
Reference in a new issue