diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2018-11-05 10:21:02 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2018-11-05 10:21:02 +0100 |
commit | 70a4225043ccae14e8053811b8e84d12e10e0587 (patch) | |
tree | e6d6529270604d858175c6097b100c0baa549892 /defaults | |
parent | 36858ff42eae09bd653d7fec8b770c93d91a06ab (diff) | |
download | ansible-clever-70a4225043ccae14e8053811b8e84d12e10e0587.tar.gz ansible-clever-70a4225043ccae14e8053811b8e84d12e10e0587.tar.zst ansible-clever-70a4225043ccae14e8053811b8e84d12e10e0587.zip |
fix: clever_app_root is provided & exec is outside of "parent dir"
Imagine such a usecase:
- project is in `/project`
- executing Ansible in `/ansible` with `clever_app_root: /project`
will fail deploying with the git push with the following error:
```
Not a git repository (or any of the parent directories): .git"
```
This PR fixes this.
Diffstat (limited to 'defaults')
0 files changed, 0 insertions, 0 deletions