We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a3ff1 commit 0fed89eCopy full SHA for 0fed89e
1 file changed
roles/install_agent/vars/main.yml
@@ -11,4 +11,4 @@ pkg_arch: "{% if ansible_facts.architecture | regex_search('x86_64|64-bit') %}64
11
else %}unknown{% endif %}"
12
custom_os_family: "{{ 'Windows' if pkg_format | regex_search('msi|exe') else 'Linux' }}"
13
api_url: "{{ console_url }}/web/api/v2.1/"
14
-tmp_dir: "{% if ansible_os_family == 'windows'%}C:\\Windows\\Temp\\{% else %}/tmp/{% endif %}"
+tmp_dir: "{% if ansible_os_family == 'windows' %}C:\\Windows\\Temp\\{% else %}/tmp/{% endif %}"
0 commit comments