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
commit a0d7d4b82f
6 changed files with 50 additions and 32 deletions

View file

@ -29,3 +29,17 @@
- include_role_result is defined
tags:
- always
- include_role:
name: include_role2
apply:
tags:
- foo
tags:
- not_specified_on_purpose
- assert:
that:
- include_role2_result is undefined
tags:
- always

View file

@ -0,0 +1,2 @@
- set_fact:
include_role2_result: true