Skip to content

Commit

Permalink
fixing a few small things (#954)
Browse files Browse the repository at this point in the history
* modified:   CONVERSION_GUIDE.md
	modified:   roles/controller_organizations/tasks/main.yml
	modified:   roles/dispatch/defaults/main.yml
	modified:   roles/hub_collection_repository_sync/tasks/main.yml

* modified:   CONVERSION_GUIDE.md
  • Loading branch information
djdanielsson authored Oct 24, 2024
1 parent de32e96 commit f230214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONVERSION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ These are the variables that are used to connect the platform and are the same a

These are the connection variables, These are used to connect to the platform.

|Variable Name|Default Value|Required|Description|
|Variable Name|Default Value|Required|Description|Example|
|:---|:---:|:---:|:---|:---|
|`aap_hostname`|""|yes|URL to the Ansible Automation Platform Server.|127.0.0.1|
|`aap_validate_certs`|`True`|no|Whether or not to validate the Ansible Automation Platform Server's SSL certificate.||
Expand All @@ -51,7 +51,7 @@ These are the connection variables, These are used to connect to the platform.
Other Variables that will apply to all roles when used globally. Each of these has a per role that can override the default value if you wish to selectively use them. This is useful for things like retries and delay on projects, or secure logging for a role.

|Variable Name|Default Value|Required|Description|
|:---|:---:|:---:|:---|:---|
|:---|:---:|:---:|:---|
|`aap_configuration_enforce_defaults`|`False`|no|Whether or not to enforce default option values. This is not universal and it is a best effort to enforce the default values of fields.|
|`aap_configuration_secure_logging`|`False`|no|Whether or not to include the sensitive Registry role tasks in the log. Set this value to `True` if you will be providing your sensitive values from elsewhere.|
|`aap_configuration_async_retries`|50|no|This variable sets the number of retries to attempt for each role globally.|
Expand Down
2 changes: 1 addition & 1 deletion roles/hub_collection_repository_sync/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
loop: "{{ __collection_repository_sync_job_async.results }}"
loop_control:
loop_var: __collection_repository_sync_job_async_result_item
label: "{{ __operation.verb }} Label {{ __collection_repository_sync_job_async_result_item.__hub_collection_repository_sync_item.name }} | Wait for finish the Label {{ __operation.action }}"
label: "{{ __operation.verb }} Collection repository sync {{ __collection_repository_sync_job_async_result_item.__hub_collection_repository_sync_item.name }} | Wait for finish the Label {{ __operation.action }}"
when: __collection_repository_sync_job_async_result_item.ansible_job_id is defined
no_log: "{{ ah_configuration_collection_repository_sync_secure_logging }}"
vars:
Expand Down

0 comments on commit f230214

Please sign in to comment.