diff --git a/CONVERSION_GUIDE.md b/CONVERSION_GUIDE.md index a98503e0f..ca23675ca 100644 --- a/CONVERSION_GUIDE.md +++ b/CONVERSION_GUIDE.md @@ -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.|| @@ -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.| diff --git a/roles/hub_collection_repository_sync/tasks/main.yml b/roles/hub_collection_repository_sync/tasks/main.yml index 819e426de..ab325b4bc 100644 --- a/roles/hub_collection_repository_sync/tasks/main.yml +++ b/roles/hub_collection_repository_sync/tasks/main.yml @@ -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: