From 321e642edc977ee309ef3987fc33bd622e7e2f01 Mon Sep 17 00:00:00 2001 From: Denser Date: Sat, 8 Jun 2024 04:20:48 +0700 Subject: [PATCH] Update Windows.yml (#996) --- roles/zabbix_agent/tasks/Windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/zabbix_agent/tasks/Windows.yml b/roles/zabbix_agent/tasks/Windows.yml index ef611e3e1..6a7fabda4 100644 --- a/roles/zabbix_agent/tasks/Windows.yml +++ b/roles/zabbix_agent/tasks/Windows.yml @@ -15,7 +15,7 @@ ansible.builtin.set_fact: windows_arch: 64 when: - - ansible_architecture == "64-bit" + - '"64" in ansible_architecture' tags: - always