diff options
-rw-r--r-- | ansible/site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |