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