roles/wazuh-agent: add missing mode for file task

This commit is contained in:
neonmei 2020-11-12 11:38:19 -03:00
parent 7634f8cf9b
commit 6f5f1106b3
No known key found for this signature in database
GPG Key ID: 7EA1832E7E17237E

View File

@ -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