Skip to content

Commit

Permalink
Remove deprecated timeout parameter from some modules EXAMPLES sect…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
BGmot committed Nov 12, 2023
1 parent cfed344 commit 627a092
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion plugins/modules/zabbix_group_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
community.zabbix.zabbix_group_info:
hostgroup_name:
- ExampleHostgroup
timeout: 10
"""

from ansible.module_utils.basic import AnsibleModule
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/zabbix_host_events_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
community.zabbix.zabbix_host_events_info:
host_identifier: "{{inventory_hostname}}"
host_id_type: "hostname"
timeout: 120
register: zbx_host
delegate_to: localhost
- fail:
Expand Down
2 changes: 0 additions & 2 deletions plugins/modules/zabbix_host_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
community.zabbix.zabbix_host_info:
host_name: ExampleHost
host_ip: 127.0.0.1
timeout: 10
exact_match: no
remove_duplicate: yes
Expand All @@ -115,7 +114,6 @@
- os
- tag
host_ip: 127.0.0.1
timeout: 10
exact_match: no
remove_duplicate: yes
"""
Expand Down

0 comments on commit 627a092

Please sign in to comment.