This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
096607eea4
community.general
/
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"