This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ebc9e4caf7
ansible
/
test
/
integration
/
targets
/
includes
/
test_includes3.yml
7 lines
125 B
YAML
Raw
Normal View
History
Unescape
Escape
Fix integration tests to support remote hosts.
2019-01-25 03:25:06 +00:00
-
hosts
:
testhost
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 00:53:57 +00:00
tasks
:
-
include
:
test_includes4.yml
with_items
:
[
"a"
]
loop_control
:
loop_var
:
r
Reference in a new issue
Copy permalink