summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/library/zbx_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/os_zabbix/library/zbx_template.py')
-rw-r--r--roles/os_zabbix/library/zbx_template.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/os_zabbix/library/zbx_template.py b/roles/os_zabbix/library/zbx_template.py
index 676fa7e49..20ea48a85 100644
--- a/roles/os_zabbix/library/zbx_template.py
+++ b/roles/os_zabbix/library/zbx_template.py
@@ -74,7 +74,8 @@ def main():
{'search': {'host': tname},
'selectParentTemplates': 'templateid',
'selectGroups': 'groupid',
- #'selectApplications': extend,
+ 'selectApplications': 'applicationid',
+ 'selectDiscoveries': 'extend',
})
if state == 'list':
module.exit_json(changed=False, results=content['result'], state="list")