From 8fb386ddd8a227b38d7212b73007494fcf83f658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 30 Mar 2015 12:49:27 +0000 Subject: [PATCH] clean up after lots of trials --- playbooks/groups/copr-backend-newcloud.yml | 2 -- tasks/persistent_cloud_new.yml | 1 - 2 files changed, 3 deletions(-) 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