Files
system-config/playbooks/service-bridge.yaml
Clark Boylan f981042733 Fix zuul reboot playbook flock location
We were using /var/run/ansible/zuul_reboot.lock to flock around this
cron job. Unfortauntely it seems /var/run/ansible does not exist so the
flock command fails. Move the file to /var/run/zuul_reboot.lock to work
around this.

Note that we want to use /var/run since it is a tmpfs which means if the
server unexpectedly reboots we'll automatically clear the lock.

Change-Id: Ib0f4a434cbbf2152722493e80b5cc7a945c1f235
2022-06-27 09:03:50 -07:00

1.9 KiB