Fix conditional for ssl_agent_ca
This commit is contained in:
parent
bc4f36582a
commit
8d667131d9
@ -28,7 +28,7 @@
|
||||
chdir: /var/ossec/etc/
|
||||
tags:
|
||||
- config
|
||||
when: not wazuh_manager_config.authd.ssl_agent_ca is not none
|
||||
when: wazuh_manager_config.authd.ssl_agent_ca is not none
|
||||
|
||||
- name: Copy CA, SSL key and cert for authd
|
||||
copy:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user