mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Remove deprecated features scheduled for removal in 3.0.0 (#1926)
* Remove deprecated features. * Remove ignore.txt entries. * Update changelogs/fragments/remove-deprecated-features.yml Co-authored-by: Joe Adams <adams10301@gmail.com> Co-authored-by: Joe Adams <adams10301@gmail.com>
This commit is contained in:
parent
1ca9229c66
commit
36daa7c48e
16 changed files with 58 additions and 208 deletions
|
@ -61,12 +61,6 @@ options:
|
|||
type: bool
|
||||
default: yes
|
||||
version_added: '0.2.0'
|
||||
force:
|
||||
description:
|
||||
- This option doesn't have any effect and is deprecated, it will be
|
||||
removed in 3.0.0.
|
||||
type: bool
|
||||
default: no
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
@ -289,7 +283,6 @@ def main():
|
|||
'latest', 'absent',
|
||||
'removed']),
|
||||
recurse=dict(default=False, type='bool'),
|
||||
force=dict(default=False, type='bool', removed_in_version='3.0.0', removed_from_collection='community.general'),
|
||||
upgrade=dict(default=False, type='bool'),
|
||||
update_cache=dict(
|
||||
default=True, aliases=['update-cache'], type='bool',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue