6cef6fdbb3
We need to rework this completely to be v3 native. For now, just grab the legacy vars. Change-Id: I49613839b96b72ced4cb6b1733ef3fa6531dcb66
9 lines
268 B
YAML
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 }}'
|