> <@fzzfh:matrix.org> ecsantos: hi, I add this zuul\_reutrn.yaml and I use post-run: playbooks/config/zuul\_return.yaml in my job. 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 }}/" > ``` ecsantos: yes. it doesn't work. I sent you a message two days ago, maybe you missed it