try this
This commit is contained in:
parent
ceb7598277
commit
2516cb097a
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
vars_prompt:
|
||||
- name: "OS_USERNAME"
|
||||
prompt: "Enter user name for perform actions with OS"
|
||||
private: no
|
||||
|
||||
- name: "OS_PASSWORD"
|
||||
prompt: "Enter OS password"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
floating_ips:
|
||||
- "{{public_ip}}"
|
||||
register: nova_result
|
||||
when: vm_status.stdout != "ACTIVE"
|
||||
# when: vm_status.stdout != "ACTIVE"
|
||||
|
||||
# - debug: msg="{{ nova_result.info }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue