mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
update lint
This commit is contained in:
@@ -141,7 +141,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- list of notifications to send on error
|
- list of notifications to send on error
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
extends_documentation_fragment: awx.awx.auth
|
extends_documentation_fragment: awx.awx.auth
|
||||||
'''
|
'''
|
||||||
|
|
||||||
@@ -314,8 +314,8 @@ def main():
|
|||||||
|
|
||||||
# If the state was present and we can let the module build or update the existing project, this will return on its own
|
# If the state was present and we can let the module build or update the existing project, this will return on its own
|
||||||
module.create_or_update_if_needed(
|
module.create_or_update_if_needed(
|
||||||
project, project_fields,
|
project, project_fields,
|
||||||
endpoint='projects', item_type='project',
|
endpoint='projects', item_type='project',
|
||||||
associations=association_fields,
|
associations=association_fields,
|
||||||
on_create=on_change, on_update=on_change
|
on_create=on_change, on_update=on_change
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user