File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
{{ playbook_dir }}/wazuh/certificates to {{ kayobe_env_config_path }}/wazuh/ and remove the
15
15
empty directory.
16
16
when :
17
- - playbook_dir ~ '/wazuh/certificates' is exists
17
+ - ( playbook_dir ~ '/wazuh/certificates') is exists
18
18
19
19
- name : Fail if using old path for custom certificates
20
20
fail :
23
23
were found in the wrong location. Please move them from {{ playbook_dir }}/wazuh/custom_certificates
24
24
to {{ kayobe_env_config_path }}/wazuh/wazuh-certificates and remove the empty directory.
25
25
when :
26
- - playbook_dir ~ '/wazuh/custom_certificates' is exists
26
+ - ( playbook_dir ~ '/wazuh/custom_certificates') is exists
27
27
28
28
- name : Check that removed variable, local_custom_certs_path, is not set
29
29
assert :
You can’t perform that action at this time.
0 commit comments