Skip to content

Commit e273049

Browse files
Fix linting remove only role delegate_to (#293)
* update testing * linting and fix
1 parent 98145bd commit e273049

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

roles/credential_types/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@
3737
when: __credentialTypes_job_async_result_item.ansible_job_id is defined
3838
no_log: "{{ controller_configuration_credential_types_secure_logging }}"
3939
...
40-

roles/inventories/tasks/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@
3838
loop_control:
3939
loop_var: __inventories_job_async_result_item
4040
when: __inventories_job_async_result_item.ansible_job_id is defined
41-
delegate_to: "{{ 'localhost' if controller_local else omit }}"
4241
no_log: true
4342
...
44-

roles/job_templates/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@
8080
when: __job_temaplates_job_async_result_item.ansible_job_id is defined
8181
no_log: "{{ controller_configuration_job_templates_secure_logging }}"
8282
...
83-

0 commit comments

Comments
 (0)