From 88a80397be0f4104ee18b17a3528731d3a50258c Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Thu, 10 Oct 2019 11:34:44 +0200 Subject: [PATCH] Explicit delegate to localhost --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 7491e6c..2491bf8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,3 +4,4 @@ that: "ansible_version.full is version_compare(check_ansible_version, '>=')" msg: > "You must update Ansible to at least 2.8 to use this version of the toolbox openstack playbook." + delegate_to: localhost