mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 17:34:01 -07:00
Clean up deprecations (#504)
* Adjust deprecation versions. * Remove redirects that are already made in ansible/ansible's ansible_builtin_runtime.yml * Remove modules that were moved to the google.cloud collection according to ansible/ansible's ansible_builtin_runtime.yml. * The _info module is in google.cloud. * The gcp doc_fragment is a copy of the one in google.cloud and is only used by one lookup. Mark as deprecated/internal. * Remove entries of modules that no longer exist. * Update ignore.txt. * Try to fix test. * Remove debug output.
This commit is contained in:
parent
5324b98e8f
commit
b54ddaa28c
152 changed files with 647 additions and 2628 deletions
|
@ -93,7 +93,7 @@ options:
|
|||
description:
|
||||
- UUID of another server to create an anti-affinity group with.
|
||||
- Mutually exclusive with I(server_groups).
|
||||
- Deprecated, removed in version 2.11.
|
||||
- Deprecated, removed in community.general 2.0.0.
|
||||
type: str
|
||||
server_groups:
|
||||
description:
|
||||
|
@ -245,7 +245,7 @@ ssh_host_keys:
|
|||
anti_affinity_with:
|
||||
description:
|
||||
- List of servers in the same anti-affinity group
|
||||
- Deprecated, removed in version 2.11.
|
||||
- Deprecated, removed in community.general 2.0.0.
|
||||
returned: success when not state == absent
|
||||
type: list
|
||||
sample: []
|
||||
|
@ -521,7 +521,7 @@ def main():
|
|||
use_public_network=dict(type='bool', default=True),
|
||||
use_private_network=dict(type='bool', default=False),
|
||||
use_ipv6=dict(type='bool', default=True),
|
||||
anti_affinity_with=dict(removed_in_version='2.11'),
|
||||
anti_affinity_with=dict(removed_in_version='2.0.0', removed_from_collection='community.general'), # was Ansible 2.11
|
||||
server_groups=dict(type='list'),
|
||||
user_data=dict(),
|
||||
force=dict(type='bool', default=False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue