diff --git a/roles/download/tasks/main.yml b/roles/download/tasks/main.yml index c39e0129e..575578cfc 100644 --- a/roles/download/tasks/main.yml +++ b/roles/download/tasks/main.yml @@ -44,7 +44,7 @@ - name: Download | Set node_images include_tasks: "{{ include_file }}" vars: - include_file: "set_node_facts{% if image_command_tool == 'crictl' %}_crictl{% else %}{% endif %}.yml" + include_file: "set_node_facts{% if image_command_tool == 'crictl' %}_crictl{% endif %}.yml" - name: Download | Show node images debug: msg: "{{ node_images }}"