aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALLING.rst2
-rw-r--r--ansible/site.yml2
2 files changed, 2 insertions, 2 deletions
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
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