Don't allow import_tasks to transition to dynamic when file is missing. See #44822 (#44836)

This commit is contained in:
Matt Martz
2018-08-29 11:43:26 -05:00
committed by GitHub
parent c07ba82d3e
commit cd2f66f731
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- import_tasks - Do not allow import_tasks to transition to dynamic if the file is missing (https://github.com/ansible/ansible/issues/44822)