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 }}"
|
||||
{% endif %}
|
||||
{% if wazuh_agent_authd.ssl_auto_negotiate == 'yes' %} -a {% endif %}
|
||||
{% if wazuh_agent_authd.groups is defined and wazuh_agent_authd.groups != None %}
|
||||
-G "{{ wazuh_agent_authd.groups | join(',') }}"
|
||||
{% if wazuh_agent_authd.groups is defined and wazuh_agent_authd.groups != None %}
|
||||
-G "{{ wazuh_agent_authd.groups | join(',') }}"
|
||||
{% endif %}
|
||||
register: agent_auth_output
|
||||
notify: restart wazuh-agent
|
||||
|
||||
Loading…
Reference in New Issue
Block a user