From e1ba0df89410feab3e53dba026fd3efbb9175a65 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Thu, 19 Jan 2023 23:29:19 +0000 Subject: [PATCH] Update repo URL --- deploy/playbook.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/playbook.yml b/deploy/playbook.yml index b34a7c4..3083c3b 100644 --- a/deploy/playbook.yml +++ b/deploy/playbook.yml @@ -45,8 +45,7 @@ - name: Clone / update from source repos ansible.builtin.git: - # repo: 'https://github.com/Southampton-RSG/breccia-mapper.git' - repo: 'https://github.com/mgrove36/breccia-network-mapper.git' + repo: 'https://github.com/Southampton-RSG/breccia-mapper.git' dest: '{{ project_src_dir }}' version: dev # master accept_hostkey: yes