fix(security): use broker Python for Wazuh self-test

This commit is contained in:
ogt
2026-07-15 15:42:42 +08:00
parent cc5ef13a8f
commit a98191f2df
3 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
- name: Verify the repo-owned integration asset before host mutation
ansible.builtin.command:
argv:
- /usr/bin/python3
- "{{ ansible_playbook_python }}"
- "{{ wazuh_integration_src }}"
- --self-test
delegate_to: localhost