From 419d46d30ae4a76fd30efce6345edef1f1ffd4d0 Mon Sep 17 00:00:00 2001 From: Erik Taubeneck Date: Tue, 14 May 2024 11:57:27 -0700 Subject: [PATCH] syntax error in provision.yaml --- ansible/provision.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/provision.yaml b/ansible/provision.yaml index d2b2683..f0262f2 100644 --- a/ansible/provision.yaml +++ b/ansible/provision.yaml @@ -90,9 +90,7 @@ remote_src: yes - name: Grant CAP_NET_BIND_SERVICE capability to traefik binary - command: - cmd: 'setcap cap_net_bind_service=+ep {{ ansible_env.HOME }}/draft/traefik' - warn: no + command: 'setcap cap_net_bind_service=+ep {{ ansible_env.HOME }}/draft/traefik' become: yes - name: Start helper sidecar