diff --git a/playbooks/groups/copr-backend-newcloud.yml b/playbooks/groups/copr-backend-newcloud.yml index d1391ed4a4..2161d5cb69 100644 --- a/playbooks/groups/copr-backend-newcloud.yml +++ b/playbooks/groups/copr-backend-newcloud.yml @@ -17,7 +17,6 @@ tasks: - include: "{{ tasks }}/persistent_cloud_new.yml" - include: "{{ tasks }}/growroot_cloud.yml" - - debug: msg="DBG2 {{copr_hostbase}}" - name: cloud basic setup hosts: 209.132.184.53 @@ -32,7 +31,6 @@ - "/srv/private/ansible/vars.yml" tasks: - - debug: msg="DBG3 {{copr_hostbase}}" - include: "{{ tasks }}/cloud_setup_basic.yml" - name: set hostname (required by some services, at least postfix need it) diff --git a/tasks/persistent_cloud_new.yml b/tasks/persistent_cloud_new.yml index 07811d32d7..48ef8ed08a 100644 --- a/tasks/persistent_cloud_new.yml +++ b/tasks/persistent_cloud_new.yml @@ -34,7 +34,6 @@ register: host_is_up ignore_errors: true -- debug: msg="DBG1 {{inventory_tenant}}" - name: spin UP VM using nova_compute #delegate_to: 127.0.0.1 sudo: False