Also use correct quoting.
This commit is contained in:
parent
19fdf0aa3c
commit
f0053f3e6f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
- name: spin UP VM using nova_compute
|
||||
sudo: False
|
||||
local_action:
|
||||
name: {{ name }}
|
||||
name: "{{ name }}"
|
||||
module: nova_compute
|
||||
auth_url: "{{os_auth_url}}"
|
||||
login_username: "admin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue