Skip to content

Commit

Permalink
Spelling correction for existence
Browse files Browse the repository at this point in the history
  • Loading branch information
MallocArray committed Dec 11, 2024
1 parent e7d45d3 commit 2131384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/controller_job_templates/tasks/async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
delay: "{{ controller_configuration_job_templates_async_delay }}"

rescue:
- name: async | Removing variables existance from result_file
- name: async | Removing variables existence from result_file
ansible.builtin.replace:
path: "{{ __job_templates_job_async_result.results_file }}"
regexp: \{\{.*?\}\}
Expand Down

0 comments on commit 2131384

Please sign in to comment.