Remove trailing spaces
This commit is contained in:
parent
76215bf6ed
commit
50ad3e07da
@ -76,8 +76,8 @@
|
|||||||
-k "/var/ossec/etc/{{ wazuh_agent_authd.ssl_agent_key | basename }}"
|
-k "/var/ossec/etc/{{ wazuh_agent_authd.ssl_agent_key | basename }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if wazuh_agent_authd.ssl_auto_negotiate == 'yes' %} -a {% endif %}
|
{% if wazuh_agent_authd.ssl_auto_negotiate == 'yes' %} -a {% endif %}
|
||||||
{% if wazuh_agent_authd.groups is defined and wazuh_agent_authd.groups != None %}
|
{% if wazuh_agent_authd.groups is defined and wazuh_agent_authd.groups != None %}
|
||||||
-G "{{ wazuh_agent_authd.groups | join(',') }}"
|
-G "{{ wazuh_agent_authd.groups | join(',') }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
register: agent_auth_output
|
register: agent_auth_output
|
||||||
notify: restart wazuh-agent
|
notify: restart wazuh-agent
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user