roles/wazuh-manager: add missing mode and ownership to file module
This commit is contained in:
parent
80593c464b
commit
87e9c8fc23
@ -58,6 +58,9 @@
|
||||
- name: Create folder to extract Wazuh branch
|
||||
file:
|
||||
path: "/tmp/wazuh-{{ wazuh_manager_sources_installation.branch }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
state: directory
|
||||
|
||||
# When downloading "v3.11.0" extracted folder name is 3.11.0.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user