diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2019-02-05 16:40:57 +0100 |
---|---|---|
committer | Lasse Haugen <haugen.lasse@gmail.com> | 2019-02-05 16:40:57 +0100 |
commit | 2e65355cfc763a21c95508344e90033fb9e48523 (patch) | |
tree | d5cc318cfcacdaedff78e329347bfdce448b0ac8 /ansible | |
parent | 27929d995bad0b9123aec4773a3801587a2f671d (diff) |
changed to the correct repo
Diffstat (limited to 'ansible')
-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 |