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