better ignore erros
This commit is contained in:
parent
347d4d27f2
commit
adc2c0c762
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
repo: https://github.com/mastodon/mastodon.git
|
repo: https://github.com/mastodon/mastodon.git
|
||||||
dest: "{{ mastodon_composer_folder }}"
|
dest: "{{ mastodon_composer_folder }}"
|
||||||
depth: 1
|
depth: 1
|
||||||
force: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Copy Dockerfile from Mastodon repo
|
- name: Copy Dockerfile from Mastodon repo
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in a new issue