Change insertion order of apply block to not affect the include_X task itself (#44912)

This commit is contained in:
Matt Martz
2018-08-30 15:56:28 -05:00
committed by Brian Coca
parent 2dfff57f57
commit a0d7d4b82f
6 changed files with 50 additions and 32 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- include - Change order of where the new block is inserted with apply so that apply args are not applied to the include also (https://github.com/ansible/ansible/pull/44912)