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
21bd7bcbb0
community.general
/
test
/
integration
/
targets
/
includes
/
test_includes.yml
4 lines
92 B
YAML
Raw
Normal View
History
Unescape
Escape
Verify playbook includes can take params.
2014-07-26 16:41:23 +02:00
-
include
:
test_includes2.yml parameter1=asdf parameter2=jkl
Use loop_control.loop_var directly 6eefc11c converted task.loop_control into an object, but while the other callers were updated to use .loop_var instead of .get('loop_var'), this site was overlooked. This can be reproduced by including with loop_control a file that does set_fact; a simple regression test along these lines is included.
2016-07-01 02:53:57 +02:00
-
include
:
test_includes3.yml
Copy permalink