Skip to content

Commit

Permalink
install unpinned git version and set expected git version to 2.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Mar 30, 2024
1 parent f5afd53 commit 4d65483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
tags: install_utilities

vars:
git_version: "2.43.0"
git_version: "2.34.1"
git_version_to_install: "1:{{ git_version }}-0ppa1~ubuntu22.04.1"
keychain_version: "2.8.5"
keychain_version_to_install: "{{ keychain_version }}-2"
Expand All @@ -104,7 +104,7 @@
shell: add-apt-repository ppa:git-core/ppa
- name: Install git
apt:
name: "git={{ git_version_to_install }}"
name: git
- name: Install Git Bash Completion
apt:
name: bash-completion
Expand Down

0 comments on commit 4d65483

Please sign in to comment.