Explicitly declare tasks in proxies-website.yml

This might help, @smooge?

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-06-16 10:43:14 -07:00
parent 62c8dcccac
commit ddbafa861a

View file

@ -11,6 +11,7 @@
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"
tasks:
- name: Create /srv/web/ for all the goodies.
file: dest=/srv/web state=directory owner=root group=root mode=0755
tags: