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