system-config/playbooks/zuul_reconfigure.yaml
James E. Blair 5d2d1ffed4 Stub out zuul_reconfigure playbook
This is going to require some work to port several puppet things
to Ansible.  To test the execution mechanism, let's just stub it
out for now.

Change-Id: Ief09ca30b19afffd106c98018cb23a9715fc9a69
2018-09-14 09:17:36 -06:00

11 lines
287 B
YAML

- hosts: 'zuul-scheduler:!disabled'
any_errors_fatal: true
tasks:
- 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