diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml index ee2ef1225ee2030849c2237521fa87b7d20adb53..556f3e3a565d73c5b901daf53cc08203d935b64f 100644 --- a/ansible/deploy.yaml +++ b/ansible/deploy.yaml @@ -61,7 +61,7 @@ - name: pull branch master become_user: "{{ deploy_user_name }}" git: - repo=git@gitlab.pasteur.fr:odoppelt/iPPIDB.git + repo=git@gitlab.pasteur.fr:hub/iPPIDB.git dest=/home/{{ deploy_user_name }}/iPPIDB accept_hostkey=yes - name: install python requirements