Skip to content

Commit

Permalink
syntax error in provision.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed May 14, 2024
1 parent 5e2f2ff commit 419d46d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 419d46d

Please sign in to comment.