--- - name: Send a tellme notification uri: url: "{{ tellme_url }}/webhook/{{ tellme_webhook }}" method: POST body: AppName: "TellMe" message: "Ansible run completed" body_format: json run_once: true ignore_errors: yes