roles/wazuh-agent: add missing mode for file task
This commit is contained in:
parent
7634f8cf9b
commit
6f5f1106b3
@ -46,6 +46,7 @@
|
|||||||
- name: Create folder to extract Wazuh branch
|
- name: Create folder to extract Wazuh branch
|
||||||
file:
|
file:
|
||||||
path: "/tmp/wazuh-{{ wazuh_agent_sources_installation.branch }}"
|
path: "/tmp/wazuh-{{ wazuh_agent_sources_installation.branch }}"
|
||||||
|
mode: 0755
|
||||||
state: directory
|
state: directory
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user