try this
This commit is contained in:
parent
7a7deee46c
commit
b08ac1c150
2 changed files with 1 additions and 2 deletions
|
@ -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}}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue