GR360RY/snipeit-ansible

Git clone fails on subsequent runs of playbook

Closed this issue · 0 comments

Installation failed with the next error:

TASK: [snipeit-ansible | Clone Snipe-IT repo] *********************************
failed: [127.0.0.1] => {"failed": true}
msg: Local modifications exist in repository (force=no).

FATAL: all hosts have already failed -- aborting

Ansible git module behaviour change since version 1.9. force=no became the default option.