From 4344a47f27097d1d8575ac8d3a01567dc5743cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Sat, 7 Apr 2018 10:49:19 +0200 Subject: [PATCH] Quick fix to allow multi-arch environments support --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index aae3bfa8..a53e3cd5 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -45,7 +45,7 @@ until: _download_binary | success retries: 5 delay: 2 - run_once: true + # run_once: true delegate_to: localhost check_mode: no