Skip to content

Commit 0fed89e

Browse files
authored
fixed linting
1 parent 66a3ff1 commit 0fed89e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/install_agent/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ pkg_arch: "{% if ansible_facts.architecture | regex_search('x86_64|64-bit') %}64
1111
else %}unknown{% endif %}"
1212
custom_os_family: "{{ 'Windows' if pkg_format | regex_search('msi|exe') else 'Linux' }}"
1313
api_url: "{{ console_url }}/web/api/v2.1/"
14-
tmp_dir: "{% if ansible_os_family == 'windows'%}C:\\Windows\\Temp\\{% else %}/tmp/{% endif %}"
14+
tmp_dir: "{% if ansible_os_family == 'windows' %}C:\\Windows\\Temp\\{% else %}/tmp/{% endif %}"

0 commit comments

Comments
 (0)