Skip to content

Commit 22d10e2

Browse files
jovialCloud User
authored andcommitted
Further fixups after testing
1 parent 2aa446c commit 22d10e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/kayobe/ansible/wazuh-manager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{{ playbook_dir }}/wazuh/certificates to {{ kayobe_env_config_path }}/wazuh/ and remove the
1515
empty directory.
1616
when:
17-
- playbook_dir ~ '/wazuh/certificates' is exists
17+
- (playbook_dir ~ '/wazuh/certificates') is exists
1818

1919
- name: Fail if using old path for custom certificates
2020
fail:
@@ -23,7 +23,7 @@
2323
were found in the wrong location. Please move them from {{ playbook_dir }}/wazuh/custom_certificates
2424
to {{ kayobe_env_config_path }}/wazuh/wazuh-certificates and remove the empty directory.
2525
when:
26-
- playbook_dir ~ '/wazuh/custom_certificates' is exists
26+
- (playbook_dir ~ '/wazuh/custom_certificates') is exists
2727

2828
- name: Check that removed variable, local_custom_certs_path, is not set
2929
assert:

etc/kayobe/wazuh/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)