From e7c787e10f4e97e4283faf3032f21106efcf55a0 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 25 Feb 2020 15:25:23 -0500 Subject: [PATCH] Fix other lint issue --- tasks/teardown/uninstall-k3s.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/teardown/uninstall-k3s.yml b/tasks/teardown/uninstall-k3s.yml index 6fa26fc..f376109 100644 --- a/tasks/teardown/uninstall-k3s.yml +++ b/tasks/teardown/uninstall-k3s.yml @@ -11,4 +11,3 @@ - name: "Clean up Docker" command: docker system prune -a --force when: k3s_use_docker -