From ddbafa861ab7fef170aa5e1965db1f58592cf5a1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Jun 2020 10:43:14 -0700 Subject: [PATCH] Explicitly declare tasks in proxies-website.yml This might help, @smooge? Signed-off-by: Adam Williamson --- playbooks/include/proxies-websites.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index b6ed09e3a1..241c875ba6 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -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: