1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Clean 0-init/tasks/main.yml

This commit is contained in:
A Holt 2020-01-13 11:08:11 -05:00 committed by GitHub
parent e2d0913295
commit 130cf17fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,13 @@
copy:
src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
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
mode: '0777'
- name: Re-read local_facts.facts from /etc/ansible/facts.d
setup: