https://github.com/oefenweb/ansible-latest-git
Ansible role to set up the latest version of git in Ubuntu systems
https://github.com/oefenweb/ansible-latest-git
ansible cvs dcvs git ubuntu versioning
Last synced: 14 days ago
JSON representation
Ansible role to set up the latest version of git in Ubuntu systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-latest-git
- Owner: Oefenweb
- License: mit
- Created: 2014-08-19T10:47:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T13:22:35.000Z (5 months ago)
- Last Synced: 2025-03-29T03:41:40.096Z (about 1 month ago)
- Topics: ansible, cvs, dcvs, git, ubuntu, versioning
- Language: Dockerfile
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## latest-git
[](https://github.com/Oefenweb/ansible-latest-git/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/latest_git)Set up the latest version of git in Ubuntu systems.
#### Requirements
* `software-properties-common` (will be installed)
* `dirmngr` (will be installed)
* `apt-transport-https` (will be installed)#### Variables
* `latest_git_install`: [default: `[git]`]: Packages to install (from PPA repository)
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.latest-git
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-latest-git/issues)!