Skip to content

Commit

Permalink
Fix arg_spec for organization for two vars (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 authored Feb 7, 2024
1 parent e1e89e7 commit 77d8a9e
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions roles/organizations/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,23 @@ argument_specs:
# type: list
# elements: str
# description: The notifications for approval to use for this organization in a list.
# assign_galaxy_credentials_to_org:
# default: true
# required: false
# type: bool
# description: Boolean to indicate whether credentials should be assigned or not. It should be noted that credentials must exist before adding it.
# assign_default_ee_to_org:
# default: true
# required: false
# type: bool
# description: Boolean to indicate whether default execution environment should be assigned or not. It should be noted that execution environment must exist before adding it.
# state:
# default: "{{ controller_state | default('present') }}"
# required: false
# type: str
# description: Desired state of the resource.

assign_galaxy_credentials_to_org:
default: true
required: false
type: bool
description: Boolean to indicate whether credentials should be assigned to the organization or not. It should be noted that credentials must exist before adding it.
assign_default_ee_to_org:
default: true
required: false
type: bool
description: Boolean to indicate whether default execution environment should be assigned to the organization or not. It should be noted that execution environment must exist before adding it.

# Async variables
controller_configuration_organizations_async_retries:
default: "{{ controller_configuration_async_retries | default(30) }}"
Expand Down

0 comments on commit 77d8a9e

Please sign in to comment.