Skip to content

Commit

Permalink
temporarily unpin git version
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Nov 26, 2024
1 parent a790ff6 commit 156ee56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
tags: install_utilities

vars:
git_version: "2.47.0"
git_version_to_install: "1:{{ git_version }}-0ppa2~ubuntu24.04.1"
git_version: "2.43.0"
git_version_to_install: "1:{{ git_version }}-1ubuntu7"
keychain_version: "2.8.5"
keychain_version_to_install: "{{ keychain_version }}-4"
keychain_version_expected: "{{ keychain_version }}.."
Expand All @@ -242,7 +242,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 156ee56

Please sign in to comment.