Created
April 27, 2020 18:57
-
-
Save bcoca/d3c7abd09650e20eb15c69fdb98c4b94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
gather_facts: yes | |
roles: | |
- usersettings | |
- role: git | |
vars: | |
git_install_from_source: true | |
git_install_path: "/usr" | |
git_version: "2.26.2" | |
git_install_from_source_force_update: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment