zuul/playbooks/zuul-migrate/run.yaml

11 lines
280 B
YAML

- hosts: all
tasks:
- name: Install migration dependencies
command: "python3 -m pip install --user src/opendev.org/zuul/zuul[migrate]"
- name: Migrate the data
command: tools/run-migration.sh -v --final
args:
chdir: src/opendev.org/zuul/zuul