Skip to content

Commit

Permalink
Test for science
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Feb 4, 2024
1 parent c230c6b commit c9b9cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/autoheal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
ansible.builtin.include_tasks: "{{ resources_tasks_path }}/docker/remove_docker_container.yml"

- name: Create Docker container

Check failure on line 13 in roles/autoheal/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

syntax-check[unknown-module]

couldn't resolve module/action 'ansible.builtin.include_tasksthatwillfail'. This often indicates a misspelling, missing collection, or incorrect module path.
ansible.builtin.include_tasks: "{{ resources_tasks_path }}/docker/create_docker_container.yml"
ansible.builtin.include_tasksthatwillfail: "{{ resources_tasks_path }}/docker/create_docker_container.yml"

0 comments on commit c9b9cc0

Please sign in to comment.