mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
VMware: Rename results key to ansible_module_results (#55038)
* Rename results key to ansible_module_results * Update to a better variable name * Update example and adds change to porting guide
This commit is contained in:
parent
72fc11ff13
commit
877ce12970
3 changed files with 33 additions and 4 deletions
|
@ -304,6 +304,9 @@ Noteworthy module changes
|
|||
* ``vmware_vm_facts`` used to return dict of dict with virtual machine's facts. Ansible 2.8 and onwards will return list of dict with virtual machine's facts.
|
||||
Please see module ``vmware_vm_facts`` documentation for example.
|
||||
|
||||
* ``vmware_guest_snapshot`` module used to return ``results``. Since Ansible 2.8 and onwards ``results`` is a reserved keyword, it is replaced by ``snapshot_results``.
|
||||
Please see module ``vmware_guest_snapshots`` documentation for example.
|
||||
|
||||
* The ``panos`` modules have been deprecated in favor of using the Palo Alto Networks `Ansible Galaxy role
|
||||
<https://galaxy.ansible.com/PaloAltoNetworks/paloaltonetworks>`_. Contributions to the role can be made
|
||||
`here <https://github.com/PaloAltoNetworks/ansible-pan>`_.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue