mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-06 09:40:19 +01:00
Fix first YAML lint issue
This commit is contained in:
parent
be85c9ccc5
commit
fd7498303d
1 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@
|
|||
|
||||
- name: "Clean up Docker"
|
||||
command: docker system prune -a --force
|
||||
when: k3s_use_docker
|
||||
when: k3s_use_docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue