mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
update organization
This commit is contained in:
@@ -56,11 +56,6 @@ options:
|
|||||||
- If value not set, will try environment variable C(TOWER_OAUTH_TOKEN) and then config files
|
- If value not set, will try environment variable C(TOWER_OAUTH_TOKEN) and then config files
|
||||||
type: str
|
type: str
|
||||||
version_added: "3.7"
|
version_added: "3.7"
|
||||||
notification_templates_approvals:
|
|
||||||
description:
|
|
||||||
- list of notifications to send on start
|
|
||||||
type: list
|
|
||||||
elements: str
|
|
||||||
notification_templates_started:
|
notification_templates_started:
|
||||||
description:
|
description:
|
||||||
- list of notifications to send on start
|
- list of notifications to send on start
|
||||||
@@ -179,7 +174,7 @@ def main():
|
|||||||
# If the state was present and we can let the module build or update the existing organization, this will return on its own
|
# If the state was present and we can let the module build or update the existing organization, this will return on its own
|
||||||
module.create_or_update_if_needed(
|
module.create_or_update_if_needed(
|
||||||
organization, org_fields,
|
organization, org_fields,
|
||||||
endpoint='organizations', item_type='organization'
|
endpoint='organizations', item_type='organization',
|
||||||
associations=association_fields,
|
associations=association_fields,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user