Skip to content

Commit f230214

Browse files
authored
fixing a few small things (#954)
* 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
1 parent de32e96 commit f230214

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONVERSION_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ These are the variables that are used to connect the platform and are the same a
3737

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

40-
|Variable Name|Default Value|Required|Description|
40+
|Variable Name|Default Value|Required|Description|Example|
4141
|:---|:---:|:---:|:---|:---|
4242
|`aap_hostname`|""|yes|URL to the Ansible Automation Platform Server.|127.0.0.1|
4343
|`aap_validate_certs`|`True`|no|Whether or not to validate the Ansible Automation Platform Server's SSL certificate.||
@@ -51,7 +51,7 @@ These are the connection variables, These are used to connect to the platform.
5151
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.
5252

5353
|Variable Name|Default Value|Required|Description|
54-
|:---|:---:|:---:|:---|:---|
54+
|:---|:---:|:---:|:---|
5555
|`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.|
5656
|`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.|
5757
|`aap_configuration_async_retries`|50|no|This variable sets the number of retries to attempt for each role globally.|

roles/hub_collection_repository_sync/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
loop: "{{ __collection_repository_sync_job_async.results }}"
3737
loop_control:
3838
loop_var: __collection_repository_sync_job_async_result_item
39-
label: "{{ __operation.verb }} Label {{ __collection_repository_sync_job_async_result_item.__hub_collection_repository_sync_item.name }} | Wait for finish the Label {{ __operation.action }}"
39+
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 }}"
4040
when: __collection_repository_sync_job_async_result_item.ansible_job_id is defined
4141
no_log: "{{ ah_configuration_collection_repository_sync_secure_logging }}"
4242
vars:

0 commit comments

Comments
 (0)