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
9c35f18dd6
community.general
/
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
Copy permalink