diff options
author | Felix Fontein <felix@fontein.de> | 2019-08-20 15:43:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 15:43:41 +0200 |
commit | e58919bccd86dc3be6886d370330726f0d985e6b (patch) | |
tree | 912617586ddaed946e9a5d1010c80eb145e1d5aa /docs | |
parent | hpilo_facts: rename to hpilo_info (#60917) (diff) | |
download | ansible-e58919bccd86dc3be6886d370330726f0d985e6b.tar.xz ansible-e58919bccd86dc3be6886d370330726f0d985e6b.zip |
gluster_heal_facts: rename to gluster_heal_info (#60919)
* Rename gluster_heal_facts -> gluster_heal_info
* Add changelog.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/porting_guides/porting_guide_2.9.rst | 3 |
1 files changed, 3 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 e5b38523ab..7702e61b1a 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.9.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.9.rst @@ -239,6 +239,9 @@ be removed in Ansible 2.13. Please update update your playbooks accordingly. * The ``gcp_tpu_node_facts`` module was renamed to :ref:`gcp_tpu_node_info <gcp_tpu_node_info_module>`. * The ``gcpubsub_facts`` module was renamed to :ref:`gcpubsub_info <gcpubsub_info_module>`. * The ``github_webhook_facts`` module was renamed to :ref:`github_webhook_info <github_webhook_info_module>`. +* The ``gluster_heal_facts`` module was renamed to :ref:`gluster_heal_info <gluster_heal_info_module>`. + When called with the new name, the module no longer returns ``ansible_facts``. + To access return values, :ref:`register a variable <registered_variables>`. * The ``hpilo_facts`` module was renamed to :ref:`hpilo_info <hpilo_info_module>`. When called with the new name, the module no longer returns ``ansible_facts``. To access return values, :ref:`register a variable <registered_variables>`. |