Skip to content

Commit

Permalink
Merge pull request #1397 from TangRufus/patch-2
Browse files Browse the repository at this point in the history
Fix ansible incompatibility with `Failed connection to remote repo`
  • Loading branch information
swalkinshaw authored Jun 24, 2022
2 parents 9301155 + 7659e79 commit e497cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/deploy/tasks/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
> https://roots.io/trellis/docs/ssh-keys/#cloning-remote-repo-using-ssh-agent-forwarding
Error:
{{ git_clone.stderr }}
{{ git_clone.msg | default(git_clone.stderr) }}
when: git_clone is failed

- name: Remove untracked files from project folder
Expand Down

0 comments on commit e497cfe

Please sign in to comment.