Files
community.general/lib/ansible/modules/cloud
Gonéri Le Bouder 93f0112953 vmware_host_config_manager: do not apply an empty list of change
In a multi-host context, `changed_list` will record all the changes
done on any host. So as soon as ONE host is changed, it will be `True`.

A host can potentially already have a parameter set, in this case
`change_option_list` will be empty.

This commit uses `change_option_list` instead of `changed_list` to
decided if a given host should be updated.
2019-05-03 11:04:30 -04:00
..
2019-05-01 11:15:28 -05:00
2019-02-15 06:54:47 -08:00
2019-04-29 15:51:09 -04:00
2019-04-25 22:29:08 +02:00
2019-02-15 12:57:20 +01:00
2019-02-15 07:19:04 -08:00
2018-11-28 13:55:52 +05:30
2018-09-24 21:03:50 +02:00
2018-11-28 13:55:52 +05:30
2018-11-28 13:55:52 +05:30
2019-02-15 06:54:47 -08:00