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:
parent
21f0857fb7
commit
0bd637ba98
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue