mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add play to the parent object structures for inheritence in v2
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
vars:
|
||||
a: "tags"
|
||||
tags:
|
||||
- play
|
||||
tasks:
|
||||
- block:
|
||||
- debug: msg="this is the tagged block"
|
||||
tags:
|
||||
- block
|
||||
- include: include.yml
|
||||
tags:
|
||||
- include
|
||||
- block:
|
||||
- debug: msg="tagged debug from second block"
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user