mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Change insertion order of apply block to not affect the include_X task itself (#44912)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
- set_fact:
|
||||
include_role2_result: true
|
||||
Reference in New Issue
Block a user