We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98145bd commit e273049Copy full SHA for e273049
roles/credential_types/tasks/main.yml
@@ -37,4 +37,3 @@
37
when: __credentialTypes_job_async_result_item.ansible_job_id is defined
38
no_log: "{{ controller_configuration_credential_types_secure_logging }}"
39
...
40
-
roles/inventories/tasks/main.yml
@@ -38,7 +38,5 @@
loop_control:
loop_var: __inventories_job_async_result_item
when: __inventories_job_async_result_item.ansible_job_id is defined
41
- delegate_to: "{{ 'localhost' if controller_local else omit }}"
42
no_log: true
43
44
roles/job_templates/tasks/main.yml
@@ -80,4 +80,3 @@
80
when: __job_temaplates_job_async_result_item.ansible_job_id is defined
81
no_log: "{{ controller_configuration_job_templates_secure_logging }}"
82
83
0 commit comments