Skip to content

Commit

Permalink
fixing ansible test sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
jainnikhil30 committed Oct 3, 2023
1 parent 1d26470 commit 26518e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/modules/decision_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
short_description: Create, update or delete decision environment in EDA Controller.
description:
- This module allows you to create, update or delete decision environment in a EDA controller.
version_added: "2.12"
options:
name:
description:
- Name of the decision environment.
type: str
required: true
new_name:
description:
- Updated Name of the decision environment.
type: str
description:
description:
- Description of the decision environment (optional).
Expand All @@ -37,7 +40,7 @@
description:
- Image URL of the decision environment.
type: str
required: false
required: true
credential:
description:
- Name of the credential to associate with the decision environment (optional).
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def main():
email=dict(),
password=dict(required=True, no_log=True),
roles=dict(
required=True,
type="list",
elements="str",
choices=[
Expand Down

0 comments on commit 26518e6

Please sign in to comment.