mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
-'templateLinkage' set to match Zabbix web interface defaults (#45229)
This commit is contained in:
@@ -397,6 +397,9 @@ class Template(object):
|
|||||||
'createMissing': True,
|
'createMissing': True,
|
||||||
'updateExisting': True
|
'updateExisting': True
|
||||||
},
|
},
|
||||||
|
'templateLinkage': {
|
||||||
|
'createMissing': True
|
||||||
|
},
|
||||||
'templateScreens': {
|
'templateScreens': {
|
||||||
'createMissing': True,
|
'createMissing': True,
|
||||||
'updateExisting': True,
|
'updateExisting': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user