Skip to content

Commit

Permalink
Move stray comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Dec 3, 2024
1 parent 74c5de5 commit 8a21f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/wazuh-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
when:
- groups["wazuh-manager"] | length > 0

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

# Certificates generation
- name: Apply Wazuh indexer role
hosts: localhost
roles:
Expand Down

0 comments on commit 8a21f63

Please sign in to comment.