This commit is contained in:
Miroslav Suchý 2014-10-09 13:07:14 +00:00
parent 9f60db7b13
commit 2ac9aca4b2

View file

@ -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"