mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
update logic
This commit is contained in:
@@ -408,6 +408,7 @@ def main():
|
||||
existing_item = module.copy_item(
|
||||
existing_item, copy_from, name,
|
||||
endpoint='notification_templates', item_type='notification_template',
|
||||
copy_lookup_data={},
|
||||
)
|
||||
|
||||
if state == 'absent':
|
||||
|
||||
Reference in New Issue
Block a user