2018-09-12 12:26:43 -06:00
|
|
|
- hosts: 'zuul-scheduler:!disabled'
|
2018-09-12 11:28:52 -06:00
|
|
|
any_errors_fatal: true
|
|
|
|
tasks:
|
2018-09-14 09:17:36 -06:00
|
|
|
- name: Say hello
|
|
|
|
debug:
|
|
|
|
msg: Hello world!
|
|
|
|
# - name: Reconfigure the zuul scheduler
|
|
|
|
# command: /usr/local/bin/zuul-scheduler full-reconfigure
|
|
|
|
# become: true
|
|
|
|
# become_user: root
|