Skip to content

Commit 8a21f63

Browse files
committed
Move stray comment line
1 parent 74c5de5 commit 8a21f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/wazuh-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
when:
1010
- groups["wazuh-manager"] | length > 0
1111

12-
# Certificates generation
1312
block:
1413
- name: Fail if using old path for Wazuh certificates
1514
ansible.builtin.fail:
@@ -35,6 +34,7 @@
3534
that: local_custom_certs_path is not defined
3635
fail_msg: The variable, `local_custom_certs_path`, is no longer used. Please remove this variable.
3736

37+
# Certificates generation
3838
- name: Apply Wazuh indexer role
3939
hosts: localhost
4040
roles:

0 commit comments

Comments
 (0)