Skip to content

Commit

Permalink
Updated Template Group Documentation (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored Jan 20, 2024
1 parent f1d05a6 commit 21fa899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/zabbix_templategroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
ansible_httpapi_validate_certs: false
ansible_zabbix_url_path: 'zabbixeu' # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
ansible_host: zabbix-example-fqdn.org
community.zabbix.zabbix_group:
community.zabbix.zabbix_templategroup:
state: present
template_groups:
- Example group1
Expand All @@ -84,7 +84,7 @@
ansible_httpapi_validate_certs: false
ansible_zabbix_url_path: 'zabbixeu' # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
ansible_host: zabbix-example-fqdn.org
community.zabbix.zabbix_group:
community.zabbix.zabbix_templategroup:
state: present
template_groups:
- Example group1
Expand Down

0 comments on commit 21fa899

Please sign in to comment.