Skip to content

Commit ccc08f3

Browse files
authored
Fix accidentally removed usage of '*_async_delay' and '*_async_retries' variables (#1156)
1 parent 372f8ea commit ccc08f3

File tree

63 files changed

+196
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+196
-64
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
bugfixes:
3+
- Fix accidentally removed usage of '*_async_delay' and '*_async_retries' variables
4+
...

roles/controller_applications/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
label: "{{ __operation.verb }} Controller Application {{ __applications_job_async_results_item.__application_item.name }} | Wait for finish the Application {{
5454
__operation.action }}"
5555
vars:
56-
cas_secure_logging: "{{ controller_configuration_applications_secure_logging }}"
56+
cas_secure_logging: "{{ controller_configuration_applications }}"
57+
cas_async_delay: "{{ controller_configuration_applications_async_delay }}"
58+
cas_async_retries: "{{ controller_configuration_applications_async_retries }}"
5759
cas_job_async_results_item: "{{ __applications_job_async_results_item }}"
5860
cas_error_list_var_name: "controller_applications_errors"
5961
__operation: "{{ operation_translate[__applications_job_async_results_item.__application_item.state | default(platform_state) | default('present')] }}"

roles/controller_bulk_host_create/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
loop_control:
4242
loop_var: __controller_bulk_hosts_job_async_results_item
4343
vars:
44-
cas_secure_logging: "{{ controller_configuration_bulk_hosts_secure_logging }}"
44+
cas_secure_logging: "{{ controller_configuration_bulk_hosts }}"
45+
cas_async_delay: "{{ controller_configuration_bulk_hosts_async_delay }}"
46+
cas_async_retries: "{{ controller_configuration_bulk_hosts_async_retries }}"
4547
cas_job_async_results_item: "{{ __controller_bulk_hosts_job_async_results_item }}"
4648
cas_error_list_var_name: "controller_bulk_hosts_errors"
4749

roles/controller_credential_input_sources/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
loop_var: __credential_input_sources_job_async_results_item
4949
label: "{{ __operation.verb }} Controller Credential Input Source for Credential {{ __credential_input_sources_job_async_results_item.__cred_input_src_item.target_credential }}"
5050
vars:
51-
cas_secure_logging: "{{ controller_configuration_credential_input_sources_secure_logging }}"
51+
cas_secure_logging: "{{ controller_configuration_credential_input_sources }}"
52+
cas_async_delay: "{{ controller_configuration_credential_input_sources_async_delay }}"
53+
cas_async_retries: "{{ controller_configuration_credential_input_sources_async_retries }}"
5254
cas_job_async_results_item: "{{ __credential_input_sources_job_async_results_item }}"
5355
cas_error_list_var_name: "controller_credential_input_sources_errors"
5456
__operation: "{{ operation_translate[__credential_input_sources_job_async_results_item.__cred_input_src_item.state | default(platform_state) | default('present')] }}"

roles/controller_credential_types/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
loop_var: __credentialtypes_job_async_result_item
5050
label: "{{ __operation.verb }} Controller Credential Type {{ __credentialtypes_job_async_result_item.__controller_credential_type_item.name }} | Wait for finish the credential type {{ __operation.action }}"
5151
vars:
52-
cas_secure_logging: "{{ controller_configuration_credential_types_secure_logging }}"
52+
cas_secure_logging: "{{ controller_configuration_credential_types }}"
53+
cas_async_delay: "{{ controller_configuration_credential_types_async_delay }}"
54+
cas_async_retries: "{{ controller_configuration_credential_types_async_retries }}"
5355
cas_job_async_results_item: "{{ __credentialtypes_job_async_result_item }}"
5456
cas_error_list_var_name: "controller_credential_types_errors"
5557
__operation: "{{ operation_translate[__credentialtypes_job_async_result_item.__controller_credential_type_item.state | default(platform_state) | default('present')] }}"

roles/controller_credentials/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
loop_var: __credentials_job_async_results_item
5454
label: "{{ __operation.verb }} Credential {{ __credentials_job_async_results_item.__controller_credentials_item.name }} | Wait for finish the credential {{ __operation.action }}"
5555
vars:
56-
cas_secure_logging: "{{ controller_configuration_credentials_secure_logging }}"
56+
cas_secure_logging: "{{ controller_configuration_credentials }}"
57+
cas_async_delay: "{{ controller_configuration_credentials_async_delay }}"
58+
cas_async_retries: "{{ controller_configuration_credentials_async_retries }}"
5759
cas_job_async_results_item: "{{ __credentials_job_async_results_item }}"
5860
cas_error_list_var_name: "controller_credentials_errors"
5961
__operation: "{{ operation_translate[__controller_credentials_item.state | default(platform_state) | default('present')] }}"

roles/controller_execution_environments/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
label: "{{ __operation.verb }} Controller Execution Environment {{ __execution_environments_job_async_results_item.__execution_environments_item.name }} | Wait
5555
for finish the Controller Execution Environment {{ __operation.action }}"
5656
vars:
57-
cas_secure_logging: "{{ controller_configuration_execution_environments_secure_logging }}"
57+
cas_secure_logging: "{{ controller_configuration_execution_environments }}"
58+
cas_async_delay: "{{ controller_configuration_execution_environments_async_delay }}"
59+
cas_async_retries: "{{ controller_configuration_execution_environments_async_retries }}"
5860
cas_job_async_results_item: "{{ __execution_environments_job_async_results_item }}"
5961
cas_error_list_var_name: "controller_execution_environments_errors"
6062
__operation: "{{ operation_translate[__execution_environments_job_async_results_item.__execution_environments_item.state | default(platform_state) | default('present')] }}"

roles/controller_host_groups/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
loop_var: __group_job_async_results_item
5353
label: "{{ __operation.verb }} Controller Group {{ __group_job_async_results_item.__controller_groups_item.name }} | Wait for finish the Controller Group {{ __operation.action }}"
5454
vars:
55-
cas_secure_logging: "{{ controller_configuration_group_secure_logging }}"
55+
cas_secure_logging: "{{ controller_configuration_group }}"
56+
cas_async_delay: "{{ controller_configuration_group_async_delay }}"
57+
cas_async_retries: "{{ controller_configuration_group_async_retries }}"
5658
cas_job_async_results_item: "{{ __group_job_async_results_item }}"
5759
cas_error_list_var_name: "controller_host_groups_errors"
5860
__operation: "{{ operation_translate[__group_job_async_results_item.__controller_groups_item.state | default(platform_state) | default('present')] }}"

roles/controller_hosts/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
loop_var: __host_job_async_results_item
5050
label: "{{ __operation.verb }} Controller Host {{ __host_job_async_results_item.__controller_host_item.name }} | Wait for finish the Hosts {{ __operation.action }}"
5151
vars:
52-
cas_secure_logging: "{{ controller_configuration_hosts_secure_logging }}"
52+
cas_secure_logging: "{{ controller_configuration_hosts }}"
53+
cas_async_delay: "{{ controller_configuration_hosts_async_delay }}"
54+
cas_async_retries: "{{ controller_configuration_hosts_async_retries }}"
5355
cas_job_async_results_item: "{{ __host_job_async_results_item }}"
5456
cas_error_list_var_name: "controller_hosts_errors"
5557
__operation: "{{ operation_translate[__host_job_async_results_item.__controller_host_item.state | default(platform_state) | default('present')] }}"

roles/controller_instance_groups/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
label: "{{ __operation.verb }} Controller instance group {{ __instance_groups_job_async_results_item.__controller_instance_group_item.name }} | Wait for finish
5757
the instance groups {{ __operation.action }}"
5858
vars:
59-
cas_secure_logging: "{{ controller_configuration_instance_groups_secure_logging }}"
59+
cas_secure_logging: "{{ controller_configuration_instance_groups }}"
60+
cas_async_delay: "{{ controller_configuration_instance_groups_async_delay }}"
61+
cas_async_retries: "{{ controller_configuration_instance_groups_async_retries }}"
6062
cas_job_async_results_item: "{{ __instance_groups_job_async_results_item }}"
6163
cas_error_list_var_name: "controller_instance_groups_errors"
6264
__operation: "{{ operation_translate[__instance_groups_job_async_results_item.__controller_instance_group_item.state | default(platform_state) | default('present')] }}"

0 commit comments

Comments
 (0)