blob: 6c97ecf60b1a4463220304a9b4921e0d3004871d [file] [log] [blame]
Jan Kundrát0d9ee7f2019-02-14 11:55:39 +01001- hosts: all
2 tasks:
3 - name: Export Zuul variables into JSON
4 copy:
5 dest: '{{ ansible_user_dir }}/zuul-env.json'
6 content: '{{ zuul | to_json }}'