mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
DigitalOcean module deprecation (#47272)
This commit is contained in:
parent
bcd910a5e3
commit
d55479d063
4 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue