Do we still need "git remote checking" during deploy?

These lines were introduced in #299.

As recent Ansible versions are able to detect/handle git remote changes, do we still need those git remote checking during deploy?

Perhaps adding force: yes to the Clone project files task is enough to replace all the above lines?

2 Likes

Good catch. Iā€™m pretty sure it can be removed. It can be verified with the steps that @fullyint mentioned in that PR as well.

See: https://github.com/roots/trellis/pull/999