playbooks/clone-repo: fixed repo url (forgotten during refactoring)

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-06-13 11:14:09 +02:00
parent 14b51efb5d
commit 15732a2cf7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
ansible.builtin.shell: | ansible.builtin.shell: |
eval `ssh-agent -s` eval `ssh-agent -s`
SSH_PASS={{ssh_passphrase}} DISPLAY=1 SSH_ASKPASS="{{ssh_auto_sshadd_file}}" ssh-add {{ssh_keyfile}} < /dev/null SSH_PASS={{ssh_passphrase}} DISPLAY=1 SSH_ASKPASS="{{ssh_auto_sshadd_file}}" ssh-add {{ssh_keyfile}} < /dev/null
git clone ssh://git@bitbucket.gad.local:7999/nm-nsp/{{git_repo_path}}.git {{git_repo_path}} git clone ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git {{git_repo_path}}
cd nwl-ci cd nwl-ci
git checkout develop git checkout develop
git fetch -ap git fetch -ap