This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
75620220b6
ansible
/
test
/
playbook-included.yml
13 lines
183 B
YAML
Raw
Normal View
History
Unescape
Escape
Add parameterized playbook includes Also makes with_* work with them. Fixes #1162.
2012-11-09 12:09:20 +00:00
---
-
hosts
:
all
gather_facts
:
False
tasks
:
-
action
:
debug msg="$variable"
Make parameterized playbook includes work with vars as a list Fixes #1610.
2012-11-13 11:12:18 +00:00
-
hosts
:
all
vars
:
-
ugly
:
var
gather_facts
:
False
tasks
:
-
action
:
debug msg="$variable"
Reference in a new issue
Copy permalink