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
8c0ec5fd82
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 04:25:06 +01: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 02:53:57 +02:00
tasks
:
-
include
:
test_includes4.yml
with_items
:
[
"a"
]
loop_control
:
loop_var
:
r
Reference in a new issue
Copy permalink