diff options
author | Patrick Marques <pmarques@users.noreply.github.com> | 2019-08-15 23:45:05 +0200 |
---|---|---|
committer | Felix Fontein <felix@fontein.de> | 2019-08-15 23:45:05 +0200 |
commit | 39d249155a51c94b5d97d101112298e150f69287 (patch) | |
tree | 064fda3af159c6ace2a7bfdd31028e4af6468239 /docs | |
parent | Pure modules: rename _facts with ansible_facts result to _info (#60641) (diff) | |
download | ansible-39d249155a51c94b5d97d101112298e150f69287.tar.xz ansible-39d249155a51c94b5d97d101112298e150f69287.zip |
Deprecates Digital Ocean sshkey_facts in favor of new module sshkey_info (#60546)
* Renames Digital Ocean sshkey_facts modules to sshkey_info
* Change digital_ocean_sshkey_facts status to deprected
* Update digital_ocean_sshkey _facts _info doc
* Allow digital_ocean_sshkey_info in Check Mode
* Update lib/ansible/modules/cloud/digital_ocean/_digital_ocean_sshkey_facts.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Fix _info added version
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/porting_guides/porting_guide_2.9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.9.rst b/docs/docsite/rst/porting_guides/porting_guide_2.9.rst index 2b3cfed696..7bbf1685a1 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.9.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.9.rst @@ -62,6 +62,8 @@ Deprecation notices The following modules will be removed in Ansible 2.13. Please update update your playbooks accordingly. +* digital_ocean_sshkey_facts use :ref:`digital_ocean_sshkey_info <digital_ocean_sshkey_info_module>` instead. + * junos_interface use :ref:`junos_interfaces <junos_interfaces_module>` instead. * junos_l2_interface use :ref:`junos_l2_interfaces <junos_l2_interfaces_module>` instead. |