Remove trailing spaces

This commit is contained in:
Rshad Zhran 2020-02-11 17:56:06 +01:00
parent 76215bf6ed
commit 50ad3e07da

View File

@ -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