ignore error if git clone failed on changes

This commit is contained in:
Geno 2020-11-27 23:53:46 +01:00
parent 5fc9b9eebb
commit 2243628c6e
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@
repo: "{{ osp_git_root }}"
dest: "/opt/osp/"
version: "{{ osp_git_commit }}"
ignore_errors: yes
- name: Install python requirements
pip: