ecsantos: hi, I add this zuul_reutrn.yaml and I use post-run: playbooks/config/zuul_return.yaml. but unfortunately, zuul still return like http://47.111.113.211:8081/zuul/t/local/build/19e74214767543b298c4e6c94c7788ed on comment. does this playbook right? and I have check job-output.txt zuu_return have run indeed, but I can't see its detailed run result in job-output. ``` - hosts: localhost roles: - role: set-zuul-log-path-fact - hosts: localhost tasks: - zuul_return: data: zuul: log_url: "http://47.111.113.211:8081/logs/{{ zuul_log_path }}/" ```