Reconfigure a running zuul-scheduler. Change-Id: I21f16c221903ccd9b726a091c3acf3e755788263changes/03/602103/1
parent
9302ef3b8c
commit
bed24ba5e0
@ -0,0 +1,7 @@
|
||||
- hosts: 'zuul01.openstack.org'
|
||||
any_errors_fatal: true
|
||||
tasks:
|
||||
- name: Reconfigure the zuul scheduler
|
||||
command: /usr/local/bin/zuul-scheduler full-reconfigure
|
||||
become: true
|
||||
become_user: root
|
Loading…
Reference in new issue