--- - name: Reload the HAPROXY configuration shell: docker kill --signal USR2 $(docker container ls --filter name=haproxy --quiet) ignore_errors: True