VMware: return info about SCSI controller in vmware_guest_disk_facts (#56442)

vmware_guest_disk_facts module added bus number of the SCSI controller to the output
This commit is contained in:
spidermila
2019-05-16 06:57:17 +02:00
committed by Abhijeet Kasurde
parent 7636f36a8a
commit ca7ff2ad05
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- vmware_guest_disk_facts module - added bus number of the SCSI controller to the output (https://github.com/ansible/ansible/pull/56442)