diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
commit | a453ac31f3428614cceb99027f8efbdb9258a40b (patch) | |
tree | f61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/community/digitalocean/meta | |
parent | Initial commit. (diff) | |
download | ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.tar.xz ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.zip |
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/digitalocean/meta')
-rw-r--r-- | collections-debian-merged/ansible_collections/community/digitalocean/meta/runtime.yml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/digitalocean/meta/runtime.yml b/collections-debian-merged/ansible_collections/community/digitalocean/meta/runtime.yml new file mode 100644 index 00000000..989a8b86 --- /dev/null +++ b/collections-debian-merged/ansible_collections/community/digitalocean/meta/runtime.yml @@ -0,0 +1,63 @@ +requires_ansible: '>=2.9.10' +plugin_routing: + modules: + digital_ocean: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_account_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_certificate_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_domain_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_firewall_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_floating_ip_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_image_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_load_balancer_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_region_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_size_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_snapshot_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_sshkey_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_tag_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + digital_ocean_volume_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details + docker_image_facts: + deprecation: + removal_version: 2.0.0 + warning_text: see plugin documentation for details |