mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Explicitly declare tasks in proxies-website.yml
This might help, @smooge? Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user