Skip to content

Commit

Permalink
Making argument_specs.yml declarations consistent with variables used…
Browse files Browse the repository at this point in the history
… in tasks/ (#904)
  • Loading branch information
imedaouidene committed Sep 11, 2024
1 parent 9c18ce8 commit 3182ee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/roles/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ argument_specs:
# description: Desired state of the resource.

# Async variables
controller_configuration_roles_async_retries:
controller_configuration_role_async_retries:
default: "{{ controller_configuration_async_retries | default(30) }}"
required: false
description: This variable sets the number of retries to attempt for the role.
controller_configuration_async_retries:
default: 30
required: false
description: This variable sets number of retries across all roles as a default.
controller_configuration_roles_async_delay:
controller_configuration_role_async_delay:
default: "{{ controller_configuration_async_delay | default(1) }}"
required: false
description: This variable sets delay between retries for the role.
Expand All @@ -117,7 +117,7 @@ argument_specs:


# No_log variables
controller_configuration_roles_secure_logging:
controller_configuration_role_secure_logging:
default: "{{ controller_configuration_secure_logging | default(false) }}"
required: false
type: bool
Expand Down

0 comments on commit 3182ee2

Please sign in to comment.