Merge pull request #375 from wazuh/feature-374-update-kibana-chdir
Add chdir argument to Wazuh Kibana Plugin installation tasks
This commit is contained in:
commit
a985eb0db0
@ -69,6 +69,7 @@
|
||||
args:
|
||||
executable: /bin/bash
|
||||
creates: /usr/share/kibana/plugins/wazuh/package.json
|
||||
chdir: /usr/share/kibana
|
||||
become: yes
|
||||
become_user: kibana
|
||||
notify: restart kibana
|
||||
|
||||
@ -125,6 +125,7 @@
|
||||
args:
|
||||
executable: /bin/bash
|
||||
creates: /usr/share/kibana/plugins/wazuh/package.json
|
||||
chdir: /usr/share/kibana
|
||||
become: yes
|
||||
become_user: kibana
|
||||
notify: restart kibana
|
||||
|
||||
Loading…
Reference in New Issue
Block a user