mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
DigitalOcean module deprecation (#47272)
This commit is contained in:
@@ -105,6 +105,7 @@ The following modules will be removed in Ansible 2.12. Please update your playbo
|
||||
* ``foreman`` use <https://github.com/theforeman/foreman-ansible-modules> instead.
|
||||
* ``katello`` use <https://github.com/theforeman/foreman-ansible-modules> instead.
|
||||
* ``github_hooks`` use :ref:`github_webhook <github_webhook_module>` and :ref:`github_webhook_facts <github_webhook_facts_module>` instead.
|
||||
* ``digital_ocean`` use :ref `digital_ocean_droplet <digital_ocean_droplet_module>` instead.
|
||||
|
||||
|
||||
Noteworthy module changes
|
||||
@@ -147,6 +148,9 @@ Noteworthy module changes
|
||||
remove that workaround. To get the previous behavior when applying ``state: absent`` to a builtin kernel module,
|
||||
use ``failed_when: false`` or ``ignore_errors: true`` in your playbook.
|
||||
|
||||
* The ``digital_ocean`` module has been deprecated in favor of modules that do not require external dependencies.
|
||||
This allows for more flexibility and better module support.
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user