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
dc0fb1c212
ansible
/
test
/
integration
/
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
Reference in a new issue
Copy permalink