openqa/worker: abuse the scratch build stuff to trigger handler

I want this handler to run so I need to abuse something that's
gonna come up 'changed'.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-04-30 15:00:20 -07:00
parent c1b38b5ced
commit d9d0048729

View file

@ -31,6 +31,9 @@
- name: Remove scratch repo directory
file: path=/var/tmp/scratchrepo state=absent
# HACK HACK HACK FIXME
notify:
- restart openqa workers
- name: (Re-)create scratch repo directory
file: path=/var/tmp/scratchrepo state=directory owner=root group=root