make playbook use https to the newly public repo/s instead of needing any special ssh key setup for private access.

This commit is contained in:
Buzz 2017-07-30 14:23:59 +10:00
parent ad341826ec
commit ee3003ba43

View File

@ -51,7 +51,7 @@
file: path=/solo-build state=directory mode=0755 owner={{build_dir_owner | default('ubuntu')}} file: path=/solo-build state=directory mode=0755 owner={{build_dir_owner | default('ubuntu')}}
- name: repo init - name: repo init
shell: repo init -u git@github.com:3drobotics/3dr-arm-yocto-bsp.git -b sololink_v2.0.0-5 shell: repo init -u https://github.com/OpenSolo/3dr-arm-yocto-bsp/
args: args:
chdir: /solo-build chdir: /solo-build
creates: /solo-build/build creates: /solo-build/build