try this
This commit is contained in:
parent
db50f89f1c
commit
9f60db7b13
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@
|
|||
- "{{ private }}/files/openstack/passwords.yml"
|
||||
|
||||
vars:
|
||||
- root_auth_users: msuchy
|
||||
- root_auth_users: "msuchy"
|
||||
|
||||
tasks:
|
||||
- debug: msg="{{ root_auth_users }}"
|
||||
- debug: msg="X {{ root_auth_users }}"
|
||||
- command: /usr/bin/false
|
||||
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue