mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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/
|
dest: /usr/bin/
|
||||||
mode: 0755
|
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
|
- name: Re-read local_facts.facts from /etc/ansible/facts.d
|
||||||
setup:
|
setup:
|
||||||
filter: ansible_local
|
filter: ansible_local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue