mirror of https://github.com/ansible/ansible.git
VMware: Change return key `results` from VMware modules (#62161)
Following module used internal results key as part of return json, this commit changes this to appropriate values - * vmware_datastore_maintenancemode.py * vmware_host_kernel_manager.py * vmware_host_ntp.py * vmware_host_service_manager.py * vmware_tag.py Fixes: #62083 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/62247/head
parent
041c52d629
commit
1c3effe92e
@ -0,0 +1,6 @@
|
||||
minor_changes:
|
||||
- vmware_datastore_maintenancemode now returns datastore_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
|
||||
- vmware_host_kernel_manager now returns host_kernel_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
|
||||
- vmware_host_ntp now returns host_ntp_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
|
||||
- vmware_host_service_manager now returns host_service_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
|
||||
- vmware_tag now returns tag_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
|
||||
Loading…
Reference in New Issue