mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
-'templateLinkage' set to match Zabbix web interface defaults (#45229)
This commit is contained in:
parent
3acc71225a
commit
91b7bee3da
1 changed files with 3 additions and 0 deletions
|
@ -397,6 +397,9 @@ class Template(object):
|
|||
'createMissing': True,
|
||||
'updateExisting': True
|
||||
},
|
||||
'templateLinkage': {
|
||||
'createMissing': True
|
||||
},
|
||||
'templateScreens': {
|
||||
'createMissing': True,
|
||||
'updateExisting': True,
|
||||
|
|
Loading…
Reference in a new issue