This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
75620220b6
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 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"
Copy permalink