Skip to content

Commit cffbc8b

Browse files
committed
modified: roles/gateway_routes/tasks/main.yml
modified: roles/gateway_service_keys/tasks/main.yml modified: roles/gateway_service_nodes/tasks/main.yml modified: roles/gateway_services/tasks/main.yml modified: roles/gateway_teams/tasks/main.yml modified: roles/gateway_users/tasks/main.yml modified: roles/hub_collection/tasks/main.yml modified: roles/hub_collection_repository/tasks/main.yml modified: roles/hub_collection_repository_sync/tasks/main.yml modified: roles/hub_ee_image/tasks/main.yml modified: roles/hub_ee_registry/tasks/main.yml modified: roles/hub_ee_registry_index/tasks/main.yml modified: roles/hub_ee_registry_sync/tasks/main.yml modified: roles/hub_ee_repository/tasks/main.yml modified: roles/hub_ee_repository_sync/tasks/main.yml modified: roles/hub_group/tasks/main.yml modified: roles/hub_group_roles/tasks/main.yml modified: roles/hub_namespace/tasks/main.yml modified: roles/hub_publish/tasks/main.yml modified: roles/hub_role/tasks/main.yml modified: roles/hub_user/tasks/main.yml
1 parent 40b69e9 commit cffbc8b

File tree

21 files changed

+45
-47
lines changed

21 files changed

+45
-47
lines changed

roles/gateway_routes/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
loop: "{{ gateway_routes }}"
2525
loop_control:
2626
loop_var: __gateway_routes_item
27-
label: "{{ __operation.verb }} the label {{ __gateway_routes_item.name }} to Controller"
27+
label: "{{ __operation.verb }} the Gateway route {{ __gateway_routes_item.name }}"
2828
pause: "{{ controller_configuration_labels_loop_delay }}"
2929
no_log: "{{ gateway_routes_secure_logging }}"
3030
async: 1000

roles/gateway_service_keys/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
loop: "{{ gateway_gateway_service_keys }}"
2222
loop_control:
2323
loop_var: __gateway_service_keys_item
24-
label: "{{ __operation.verb }} the label {{ __gateway_service_keys_item.name }} to Controller"
24+
label: "{{ __operation.verb }} the Gateway service key {{ __gateway_service_keys_item.name }}"
2525
pause: "{{ gateway_gateway_service_keys_loop_delay }}"
2626
no_log: "{{ gateway_service_keys_secure_logging }}"
2727
async: 1000

roles/gateway_service_nodes/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
loop: "{{ gateway_service_nodes }}"
1919
loop_control:
2020
loop_var: __gateway_service_nodes_item
21-
label: "{{ __operation.verb }} the label {{ __gateway_service_nodes_item.name }} to Controller"
21+
label: "{{ __operation.verb }} the Gateway service node {{ __gateway_service_nodes_item.name }}"
2222
pause: "{{ gateway_service_nodes_loop_delay }}"
2323
no_log: "{{ service_nodes_secure_logging }}"
2424
async: 1000

roles/gateway_services/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
loop: "{{ gateway_services }}"
2626
loop_control:
2727
loop_var: __gateway_services_item
28-
label: "{{ __operation.verb }} the label {{ __gateway_services_item.name }} to Controller"
28+
label: "{{ __operation.verb }} the Gateway service {{ __gateway_services_item.name }}"
2929
pause: "{{ gateway_services_loop_delay }}"
3030
no_log: "{{ services_secure_logging }}"
3131
async: 1000

roles/gateway_teams/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
loop: "{{ aap_teams }}"
1919
loop_control:
2020
loop_var: __gateway_teams_item
21-
label: "{{ __operation.verb }} the label {{ __gateway_teams_item.name }} to Controller"
21+
label: "{{ __operation.verb }} the Gateway team {{ __gateway_teams_item.name }}"
2222
pause: "{{ gateway_teams_loop_delay }}"
2323
no_log: "{{ gateway_teams_secure_logging }}"
2424
async: 1000

roles/gateway_users/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
loop: "{{ aap_user_accounts }}"
2525
loop_control:
2626
loop_var: __gateway_user_accounts_item
27-
label: "{{ __operation.verb }} the label {{ __gateway_user_accounts_item.name }} to Controller"
27+
label: "{{ __operation.verb }} the Gateway user {{ __gateway_user_accounts_item.username }}"
2828
pause: "{{ gateway_users_loop_delay }}"
2929
no_log: "{{ users_secure_logging }}"
3030
async: 1000

roles/hub_collection/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
loop: "{{ ah_collections }}"
3838
loop_control:
3939
loop_var: __collections_item
40-
label: "{{ __operation.verb }} the label {{ __ah_configuration_collection__item.name }} to Controller"
40+
label: "{{ __operation.verb }} the collection {{ __ah_configuration_collection__item.name }} in Hub"
4141
pause: "{{ ah_configuration_collection__loop_delay }}"
4242
no_log: "{{ ah_configuration_collection_secure_logging }}"
4343
async: "{{ ah_configuration_collection_async_timeout }}"

roles/hub_collection_repository/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
loop: "{{ ah_collection_repositories }}"
2424
loop_control:
2525
loop_var: __collection_repository_item
26-
label: "{{ __operation.verb }} the label {{ __ah_configuration_collection_repository__item.name }} to Controller"
26+
label: "{{ __operation.verb }} the remote repository {{ __ah_configuration_collection_repository__item.name }} in Hub"
2727
pause: "{{ ah_configuration_collection_repository__loop_delay }}"
2828
no_log: "{{ ah_configuration_collection_repository_secure_logging }}"
2929
async: "{{ ah_configuration_collection_repository_async_timeout }}"

roles/hub_collection_repository_sync/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
loop: "{{ ah_collection_repositories }}"
1616
loop_control:
1717
loop_var: __collection_repository_sync_item
18-
label: "{{ __operation.verb }} the label {{ __ah_configuration_collection_repository_sync__item.name }} to Controller"
18+
label: "{{ __operation.verb }} the sync {{ __ah_configuration_collection_repository_sync__item.name }} in Hub"
1919
pause: "{{ ah_configuration_collection_repository_sync__loop_delay }}"
2020
no_log: "{{ ah_configuration_collection_repository_sync_secure_logging }}"
2121
async: "{{ ah_configuration_collection_repository_sync_async_timeout }}"

roles/hub_ee_image/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
loop: "{{ ah_ee_images }}"
1818
loop_control:
1919
loop_var: __ee_image_item
20-
label: "{{ __operation.verb }} the label {{ __ah_configuration_ee_image__item.name }} to Controller"
20+
label: "{{ __operation.verb }} the EE image {{ __ah_configuration_ee_image__item.name }} in Hub"
2121
pause: "{{ ah_configuration_ee_image__loop_delay }}"
2222
no_log: "{{ ah_configuration_ee_image_secure_logging }}"
2323
async: "{{ ah_configuration_ee_image_async_timeout }}"

0 commit comments

Comments
 (0)