From 41979991e5b5fbc181e9f038f9f2710a1f85e614 Mon Sep 17 00:00:00 2001 From: David Lundgren Date: Thu, 27 Apr 2017 17:41:45 -0500 Subject: [PATCH] Quote the variable on the include --- tasks/vhosts-combined.yml | 2 +- tasks/vhosts-individual.yml | 2 +- tasks/vhosts.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/vhosts-combined.yml b/tasks/vhosts-combined.yml index 6932095..adf0bf2 100644 --- a/tasks/vhosts-combined.yml +++ b/tasks/vhosts-combined.yml @@ -17,4 +17,4 @@ path: "{{ nginx_vhost_path }}/{{ nginx_vhosts_filename }}" state: absent when: nginx_vhosts|length == 0 - notify: reload nginx \ No newline at end of file + notify: reload nginx diff --git a/tasks/vhosts-individual.yml b/tasks/vhosts-individual.yml index 0136ad9..90d5f18 100644 --- a/tasks/vhosts-individual.yml +++ b/tasks/vhosts-individual.yml @@ -23,4 +23,4 @@ file: path: "{{ nginx_vhost_path }}/vhosts.conf" state: absent - notify: reload nginx \ No newline at end of file + notify: reload nginx diff --git a/tasks/vhosts.yml b/tasks/vhosts.yml index 64e70f1..520c3d9 100644 --- a/tasks/vhosts.yml +++ b/tasks/vhosts.yml @@ -12,4 +12,4 @@ state: directory notify: reload nginx -- include: vhosts-{{ nginx_vhost_style }}.yml +- include: "vhosts-{{ nginx_vhost_style }}.yml"