Browse Source

Install ACL so newer ansible versions can properly upload scripts from and for unprivileged users.

Thomas Buck 5 years ago
parent
commit
1b7628c756
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      roles/common/tasks/main.yml

+ 1
- 0
roles/common/tasks/main.yml View File

@@ -15,6 +15,7 @@
15 15
     state: present
16 16
   vars:
17 17
     packages:
18
+    - acl
18 19
     - apache2
19 20
     - apt-transport-https
20 21
     - apticron

Loading…
Cancel
Save