There was an error while loading. Please reload this page.
1 parent 255c749 commit 2cf2f04Copy full SHA for 2cf2f04
1 file changed
playbook.yaml
@@ -98,8 +98,8 @@
98
update_cache: yes
99
- name: Add kasm-user to nix-users group
100
shell: usermod -aG nix-users kasm-user
101
- - name: Install git with nix
102
- shell: nix profile install nixpkgs#git --extra-experimental-features nix-command --extra-experimental-features flakes
+ - name: Install git {{ git_version }} with nix
+ shell: nix profile install nixpkgs#git@{{ git_version }} --extra-experimental-features nix-command --extra-experimental-features flakes
103
- name: Install Git Bash Completion
104
apt:
105
name: bash-completion
0 commit comments