From 29dd237075aba7f64bd11b1ba58672daa90c4a24 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Mon, 26 Aug 2019 20:57:11 +0100
Subject: [PATCH] force git clones

---
 tasks/mc3.yml     | 1 +
 tasks/webarch.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tasks/mc3.yml b/tasks/mc3.yml
index cf4373f..14b485b 100644
--- a/tasks/mc3.yml
+++ b/tasks/mc3.yml
@@ -4,6 +4,7 @@
     repo: https://git.coop/mc3coop/ssh-templates.git
     dest: /var/www/mc3
     update: true
+    force: true
   tags:
     - apache
 
diff --git a/tasks/webarch.yml b/tasks/webarch.yml
index 17268fa..4907b2d 100644
--- a/tasks/webarch.yml
+++ b/tasks/webarch.yml
@@ -4,6 +4,7 @@
     repo: https://git.coop/webarch/website-templates.git
     dest: /var/www/wsh
     update: true
+    force: true
   tags:
     - apache
 
-- 
GitLab