forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zabbix_host: fix various idempotency problems (ansible#33138)
* reorder interfaces handling for force=no, making sure it works when no interfaces are specified in the module parameters when no interfaces are specified on update, use existing interfaces obtained from API. check whether visible_name is set in check_all_properties; if not set as module parameter, no comparison is necessary. Check if description is set as module parameter before comparing as well * link_templates need the same treatment * add inventory update checks and simplify update procedure * make specifying proxy optional on update (keeping it as is when not specified), as well * pep8 fixes * add tls_*-checks for updates and make tls_*-options actually optional
- Loading branch information
Showing
1 changed file
with
110 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters