From 16b3bb39c5c88aacf078644129b0891ff677f0f9 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Fri, 13 Jul 2018 22:40:58 +0000 Subject: [PATCH] try this? Signed-off-by: Rick Elrod --- playbooks/transient_newcloud_instance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/transient_newcloud_instance.yml b/playbooks/transient_newcloud_instance.yml index 140618cb2e..50b118da4d 100644 --- a/playbooks/transient_newcloud_instance.yml +++ b/playbooks/transient_newcloud_instance.yml @@ -46,14 +46,14 @@ - import_tasks: "{{ tasks_path }}/transient_newcloud.yml" - name: gather facts - delegate_to: tmp_just_created + delegate_to: "{{ tmp_just_created }}" setup: check_mode: no ignore_errors: True register: facts - name: install python2 and dnf stuff - delegate_to: tmp_just_created + delegate_to: "{{ tmp_just_created }}" raw: dnf -y install python-dnf libselinux-python when: facts is failed