Remove traling whitespace in win_package task

This commit is contained in:
Jose M 2020-02-20 12:46:41 +01:00
parent c32b1ed1bd
commit 4f8d3c6c0c
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF

View File

@ -45,7 +45,7 @@
state: present state: present
- name: Windows | Check if client.keys exists - name: Windows | Check if client.keys exists
win_stat: win_stat:
path: "{{ wazuh_agent_win_path }}client.keys" path: "{{ wazuh_agent_win_path }}client.keys"
register: check_windows_key register: check_windows_key
tags: tags: