0326363e48
- Use zuul_return fake module to make ansible lint happy, this allows to remove Zuul import. - While ansible-lint 4.2.0 is now able to detect playbooks/roles, this is broken, so don't use it - move its config out of tox.ini so it can be used by any tools, or without tox Change-Id: Ie8935f47db855647e19ae091044e5ac1871f1551 Co-Authored-By: Sorin Sbarnea <ssbarnea@redhat.com> Co-Authored-By: Andreas Jaeger <aj@suse.com>
9 lines
286 B
YAML
9 lines
286 B
YAML
- hosts: all
|
|
tasks:
|
|
|
|
- name: Run propose_update.sh script
|
|
command: "{{ ansible_user_dir }}/scripts/propose_update.sh {{ update_target }} {{ zuul.branch }}"
|
|
args:
|
|
chdir: "src/{{ zuul.project.canonical_name }}"
|
|
environment: '{{ zuul | zuul_legacy_vars }}'
|