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
     state: present
15
     state: present
16
   vars:
16
   vars:
17
     packages:
17
     packages:
18
+    - acl
18
     - apache2
19
     - apache2
19
     - apt-transport-https
20
     - apt-transport-https
20
     - apticron
21
     - apticron

Loading…
Cancel
Save