mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
update lint
This commit is contained in:
parent
5a47cd8f94
commit
2d1bc58bb2
@ -141,7 +141,7 @@ options:
|
||||
description:
|
||||
- list of notifications to send on error
|
||||
type: list
|
||||
elements: str
|
||||
elements: str
|
||||
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
|
||||
module.create_or_update_if_needed(
|
||||
project, project_fields,
|
||||
endpoint='projects', item_type='project',
|
||||
project, project_fields,
|
||||
endpoint='projects', item_type='project',
|
||||
associations=association_fields,
|
||||
on_create=on_change, on_update=on_change
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user