1c3effe92e
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>
6 lines
758 B
YAML
6 lines
758 B
YAML
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).
|