project-config/playbooks/proposal/propose-updates.yaml
Monty Taylor 6cef6fdbb3
Use zuul_legacy_vars for propose jobs for now
We need to rework this completely to be v3 native. For now, just grab
the legacy vars.

Change-Id: I49613839b96b72ced4cb6b1733ef3fa6531dcb66
2017-10-10 23:12:15 -05:00

9 lines
268 B
YAML

- hosts: all
tasks:
- name: Run propose_update.sh script
command: "{{ ansible_user_dir }}/scripts/propose_update.sh {{ update_target }}"
args:
chdir: "src/{{ zuul.project.canonical_name }}"
environment: '{{ zuul | zuul_legacy_vars }}'