system-config/playbooks/zuul_reconfigure.yaml

8 lines
218 B
YAML

- hosts: 'zuul-scheduler:!disabled'
any_errors_fatal: true
tasks:
- name: Reconfigure the zuul scheduler
command: /usr/local/bin/zuul-scheduler full-reconfigure
become: true
become_user: root