Home
last modified time | relevance | path

Searched refs:norm_updated_values (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/remote_management/manageiq/
H A Dmanageiq_group.py288 def merge_dict_values(norm_current_values, norm_updated_values): argument
301 if norm_current_values and (not norm_updated_values):
305 if (not norm_current_values) and norm_updated_values:
306 return norm_updated_values
311 res.update(norm_updated_values)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dmanageiq_group.py295 def merge_dict_values(norm_current_values, norm_updated_values): argument
308 if norm_current_values and (not norm_updated_values):
312 if (not norm_current_values) and norm_updated_values:
313 return norm_updated_values
318 res.update(norm_updated_values)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/remote_management/manageiq/
H A Dmanageiq_group.py295 def merge_dict_values(norm_current_values, norm_updated_values): argument
308 if norm_current_values and (not norm_updated_values):
312 if (not norm_current_values) and norm_updated_values:
313 return norm_updated_values
318 res.update(norm_updated_values)