ignore errors on git fail

This commit is contained in:
rene
2022-03-15 15:35:23 +01:00
parent 6f728fb9ae
commit 7ee8738ab1

View File

@@ -54,6 +54,7 @@
repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/root-bin.git' repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/root-bin.git'
dest: "{{ root_home }}/bin" dest: "{{ root_home }}/bin"
key_file: '/root/.ssh/gitlab_read_ed25519' key_file: '/root/.ssh/gitlab_read_ed25519'
ignore_errors: True
# - name: users | root | link dotfiles # - name: users | root | link dotfiles
# become: yes # become: yes