Skip to content

Commit 4d738ac

Browse files
authored
Fixing-wazuh-variables (#1473)
1 parent 34ce036 commit 4d738ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roles/debian/wazuh/tasks/main.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
msg: "The value of _wazuh_path is: '{{ _wazuh_path | default('Not set') }}'"
1919

2020
- name: Include task to install based on selected items
21-
ansible.builtin.include_tasks:
21+
ansible.builtin.import_tasks:
2222
file: install.yml
23-
vars:
24-
_wazuh_path: "{{ _wazuh_path }}"
2523
when: _wazuh_items | length > 0

0 commit comments

Comments
 (0)