From b08ac1c150030588ed414c125ba1afe88ea04683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 30 Mar 2015 12:10:57 +0000 Subject: [PATCH] try this --- playbooks/groups/copr-backend-newcloud.yml | 2 -- tasks/persistent_cloud_new.yml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/groups/copr-backend-newcloud.yml b/playbooks/groups/copr-backend-newcloud.yml index 6aa4a383d8..d1391ed4a4 100644 --- a/playbooks/groups/copr-backend-newcloud.yml +++ b/playbooks/groups/copr-backend-newcloud.yml @@ -15,8 +15,6 @@ - /srv/web/infra/ansible/vars/fedora-cloud.yml - /srv/private/ansible/files/openstack/passwords.yml tasks: - - debug: msg="DBG {{hostvars}}" - - debug: msg="DBG1 {{copr_hostbase}}" - include: "{{ tasks }}/persistent_cloud_new.yml" - include: "{{ tasks }}/growroot_cloud.yml" - debug: msg="DBG2 {{copr_hostbase}}" diff --git a/tasks/persistent_cloud_new.yml b/tasks/persistent_cloud_new.yml index 48ef8ed08a..ad93ab9ac9 100644 --- a/tasks/persistent_cloud_new.yml +++ b/tasks/persistent_cloud_new.yml @@ -34,6 +34,7 @@ register: host_is_up ignore_errors: true +- debug: msg="DBG1 {{copr_hostbase}}" - name: spin UP VM using nova_compute #delegate_to: 127.0.0.1 sudo: False