ansible-role-git icon indicating copy to clipboard operation
ansible-role-git copied to clipboard

Ansible Role - Git

Results 4 ansible-role-git issues
Sort by recently updated
recently updated
newest added

Hi, I'm using your playbook with the following vars: ```bash git_version: 2.26.2 git_install_from_source: true git_install_from_source_force_update: true git_install_path: "/opt" ``` It looks as if the custom install prefix is causing the...

stale

There are a few small issues that break idempotence when a custom `git_install_path` is used: 1. When `{{ git_install_path}}/bin` isn't in the PATH environment variable 2. When `{{ git_install_path}}/bin` has...

stale

Hi, this PR adds support for openSuse Leap 15.

stale