diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-02-11 22:25:18 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-02-11 22:25:18 +0100 |
commit | c402fc7c6fc39f3a690556aa036cb75fdc039bb4 (patch) | |
tree | ec9d4b6664ea009faa4c8a9f7fb09285516eca6b | |
parent | b37496aa469bcb831576ea45a19bc065c37db284 (diff) | |
parent | 41f08a5144a4fd1143e5c2795ecf42d705525710 (diff) |
Merge branch 'master' of github.com:gathering/gondul
-rw-r--r-- | INSTALLING.rst | 2 | ||||
-rw-r--r-- | ansible/site.yml | 2 |
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 |