mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 08:03:18 +02:00
Add implicit role_complete block instead of role._eor (#72208)
Co-authored-by: Matt Martz <matt@sivel.net> Fixes #69848
This commit is contained in:
co-authored by
Matt Martz
parent
252685092c
commit
1b70260d5a
@@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- role: role-69848-3
|
||||
@@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- role: role-69848-3
|
||||
@@ -0,0 +1,8 @@
|
||||
- block:
|
||||
- debug:
|
||||
msg: Tagged task
|
||||
tags:
|
||||
- foo
|
||||
|
||||
- debug:
|
||||
msg: Not tagged task
|
||||
Reference in New Issue
Block a user