--- - name: Listen for Gitea Webhooks hosts: all sources: - name: Ansible webhook listener ansible.eda.webhook: port: 5000 host: 0.0.0.0 rules: - name: Run Template condition: all: - event.payload.data.artifact_url is defined action: run_job_template: name: bab-deploy-application organization: OYS job_args: extra_vars: artifact_url: "{{ event.payload.data.artifact_url }}"