mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Remove deprecated tags config option (#44479)
* Remove deprecated tags config option * wordsmith porting guide entry acozine via github
This commit is contained in:
parent
18f361ecdd
commit
0e7b470a01
4 changed files with 22 additions and 26 deletions
|
@ -1459,18 +1459,6 @@ MAX_FILE_SIZE_FOR_DIFF:
|
|||
ini:
|
||||
- {key: max_diff_size, section: defaults}
|
||||
type: int
|
||||
MERGE_MULTIPLE_CLI_TAGS:
|
||||
name: Merge 'tags' options
|
||||
default: True
|
||||
description:
|
||||
- "This allows changing how multiple --tags and --skip-tags arguments are handled on the command line.
|
||||
In Ansible up to and including 2.3, specifying --tags more than once will only take the last value of --tags."
|
||||
- "Setting this config value to True will mean that all of the --tags options will be merged together. The same holds true for --skip-tags."
|
||||
env: [{name: ANSIBLE_MERGE_MULTIPLE_CLI_TAGS}]
|
||||
ini:
|
||||
- {key: merge_multiple_cli_tags, section: defaults}
|
||||
type: bool
|
||||
version_added: "2.3"
|
||||
NETWORK_GROUP_MODULES:
|
||||
name: Network module families
|
||||
default: [eos, nxos, ios, iosxr, junos, enos, ce, vyos, sros, dellos9, dellos10, dellos6, asa, aruba, aireos, bigip, ironware, onyx, netconf]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue