Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated timeout parameter from some modules EXAMPLES sect… #1122

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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