From dda4c70a95da7f44b3288e4cbc999059203c4366 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Mon, 24 Jul 2023 12:13:45 +0200 Subject: [PATCH] Fix another lint errors --- tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6b50ef5..041291c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -198,7 +198,7 @@ # selector: # app.kubernetes.io/instance: traefik-traefik # app.kubernetes.io/name: traefik' | kubectl --context kubeibm -n traefik apply -f - - + # - name: Deploy latest version of Switchboard # kubernetes.core.helm: # context: "{{ my_context }}" @@ -216,5 +216,4 @@ # targetIPs: [10.144.217.172] - tags: traefik