From 2e65355cfc763a21c95508344e90033fb9e48523 Mon Sep 17 00:00:00 2001 From: Lasse Haugen Date: Tue, 5 Feb 2019 16:40:57 +0100 Subject: changed to the correct repo --- ansible/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/site.yml b/ansible/site.yml index 43ab769..ca4554d 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -3,7 +3,7 @@ roles: - common vars: - git_repo: https://github.com/tech-server/gondul.git + git_repo: https://github.com/gathering/gondul.git git_branch: master - hosts: postgres become: true -- cgit v1.2.3 From 41f08a5144a4fd1143e5c2795ecf42d705525710 Mon Sep 17 00:00:00 2001 From: Lasse Haugen Date: Mon, 11 Feb 2019 15:53:44 +0100 Subject: Update INSTALLING.rst --- INSTALLING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLING.rst b/INSTALLING.rst index b04e226..62b6b38 100644 --- a/INSTALLING.rst +++ b/INSTALLING.rst @@ -33,7 +33,7 @@ As root: As ``$YOURUSER``:: - $ git clone https://github.com/tech-server/gondul.git + $ git clone https://github.com/gathering/gondul.git $ cd gondul/ansible $ ansible-playbook -i inventory-localhost site.yml -- cgit v1.2.3