From 00819a6b6f520ec774bcb61c056092554e827bc4 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Mon, 18 Mar 2019 20:42:16 +0000 Subject: [PATCH] ansible-lint --- tasks/main.yml | 2 +- tasks/webarch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index bf9caae..6299bbf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -32,7 +32,7 @@ - name: Conditionally include Webarchitects config include_tasks: webarch.yml - when: apache_conf_enabled is defined and "webarch" in apache_conf_enabled + when: apache_conf_enabled is defined and "webarch" in apache_conf_enabled tags: - apache diff --git a/tasks/webarch.yml b/tasks/webarch.yml index 0be4316..c8e5926 100644 --- a/tasks/webarch.yml +++ b/tasks/webarch.yml @@ -3,7 +3,7 @@ git: repo: https://git.coop/webarch/website-templates.git dest: /var/www/wsh - update: yes + update: true tags: - apache -- GitLab