mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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. |
||
---|---|---|
.. | ||
ansible |