ensure if we get a non-Task object in _get_delegated_vars, we return early (#44934)

This commit is contained in:
Matt Martz
2018-08-30 17:11:32 -05:00
committed by GitHub
parent 3550f342e0
commit 2a4e92aab7
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- delegate_to - ensure if we get a non-Task object in _get_delegated_vars, we return early (https://github.com/ansible/ansible/pull/44934)