This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign In
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
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 13:09:20 +01: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 12:12:18 +01:00
-
hosts
:
all
vars
:
-
ugly
:
var
gather_facts
:
False
tasks
:
-
action
:
debug msg="$variable"
Reference in a new issue
Copy permalink