mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
update logic
This commit is contained in:
@@ -411,7 +411,7 @@ def main():
|
||||
credential = module.copy_item(
|
||||
credential, copy_from, name,
|
||||
endpoint='credentials', item_type='credential',
|
||||
copy_lookup_data=copy_lookup_data
|
||||
copy_lookup_data=copy_lookup_data,
|
||||
)
|
||||
|
||||
if state == 'absent':
|
||||
|
||||
Reference in New Issue
Block a user