mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
This fix corrects the comparison of system generated guest_id with user provided guest_id. Module used to report change even if the guest_ids were same. For example, user provided guest id rhel7_64guest and VMware returned guest id rhel7_64Guest are logically same but lexicographically different and due to this module use to report change even if there is no change applied. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>