ignore error if git clone failed on changes
This commit is contained in:
parent
5fc9b9eebb
commit
2243628c6e
|
@ -127,6 +127,7 @@
|
||||||
repo: "{{ osp_git_root }}"
|
repo: "{{ osp_git_root }}"
|
||||||
dest: "/opt/osp/"
|
dest: "/opt/osp/"
|
||||||
version: "{{ osp_git_commit }}"
|
version: "{{ osp_git_commit }}"
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: Install python requirements
|
- name: Install python requirements
|
||||||
pip:
|
pip:
|
||||||
|
|
Loading…
Reference in New Issue