1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Create globally-writable directory /etc/iiab/diag

This commit is contained in:
A Holt 2019-10-12 18:47:51 -04:00 committed by GitHub
parent 21f0857fb7
commit 0bd637ba98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,12 @@
dest: /usr/bin/
mode: 0755
- name: Create globally-writable directory /etc/iiab/diag so non-root users can run iiab-diagnostics
file:
state: directory
path: /etc/iiab/diag
mode: 0777
- name: Re-read local_facts.facts from /etc/ansible/facts.d
setup:
filter: ansible_local