mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Update tags documentation to explain newer tags behavior (#44274)
This commit is contained in:
parent
e25d8e2b99
commit
d4e15d40e8
2 changed files with 76 additions and 18 deletions
|
@ -1602,6 +1602,7 @@ TAGS_RUN:
|
|||
env: [{name: ANSIBLE_RUN_TAGS}]
|
||||
ini:
|
||||
- {key: run, section: tags}
|
||||
version_added: "2.5"
|
||||
TAGS_SKIP:
|
||||
name: Skip Tags
|
||||
default: []
|
||||
|
@ -1610,6 +1611,7 @@ TAGS_SKIP:
|
|||
env: [{name: ANSIBLE_SKIP_TAGS}]
|
||||
ini:
|
||||
- {key: skip, section: tags}
|
||||
version_added: "2.5"
|
||||
USE_PERSISTENT_CONNECTIONS:
|
||||
name: Persistence
|
||||
default: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue