mirror of https://github.com/ansible/ansible.git
Ensure we only cache the loop when the task had a loop (#44901)
* Further restrict caching of loop when the task actually had a loop. Fixes #44874 * Extend tests for loop cachingpull/44918/head
parent
6059da245b
commit
9d89e15ff0
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- loop - Ensure we only cache the loop when the task had a loop and delegate_to was templated (https://github.com/ansible/ansible/issues/44874)
|
Loading…
Reference in New Issue