Skip to content

Commit

Permalink
fix: git version (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4r71nW authored Jun 12, 2024
1 parent 89ba812 commit ea54f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/roles/update-package/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
changed_when: false
- name: Install specific version of Git
apt:
name: git=1:2.34.1-1ubuntu1.9
name: git=1:2.34.1-1ubuntu1
state: present
allow_downgrade: true
become: true
Expand Down

0 comments on commit ea54f8c

Please sign in to comment.