mirror of https://github.com/ansible/ansible.git
tags warn wwhen using reserved tags (#85631)
parent
8b6446f2d5
commit
75ad1f8d6a
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- tags now warn when using reserved keywords.
|
||||
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible now warns if you use reserved tags that were only meant for selection and not for use in play.
|
||||
@ -0,0 +1,6 @@
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- debug: msg=not tagged
|
||||
- debug: msg=taggged
|
||||
tags: tagged
|
||||
Loading…
Reference in New Issue