playbook/clone-repo: replaced bitbucket name with ip
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
8837554aba
commit
565493b9de
|
|
@ -5,7 +5,7 @@
|
|||
- name: Clone a develop branch
|
||||
register: clonerepo
|
||||
git:
|
||||
repo: ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git
|
||||
repo: ssh://git@10.115.212.209:7999/nm-nsp/nwl-ci.git
|
||||
dest: /home/user
|
||||
clone: yes
|
||||
update: yes
|
||||
|
|
|
|||
Loading…
Reference in New Issue