Skip to content

Commit

Permalink
Fix: configure system acls on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed Jul 21, 2021
1 parent 69830ac commit 2cbf5d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible-bootstrap/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@

- name: Copy plugins
shell: cp -Rf /opt/rundeck-plugins/* /var/lib/rundeck/libext/ && chown -R rundeck:rundeck /var/lib/rundeck/libext

- name: Configure System ACLS
shell: install -o root -g rundeck --mode=0640 /config/acls/*.aclpolicy /etc/rundeck/ || true

0 comments on commit 2cbf5d9

Please sign in to comment.