Quellcode durchsuchen

fix(git): Change execution order for git

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO vor 2 Jahren
Ursprung
Commit
8ba1d68f2b
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      cookbooks/workstation/recipes/default.rb

+ 3 - 0
cookbooks/workstation/recipes/default.rb

@@ -17,6 +17,9 @@ include_recipe 'apt_repositories::_official'
 # Setup podman
 include_recipe 'workstation::_podman'
 
+# Setup 'git'
+include_recipe 'workstation::_git'
+
 # Install 'systemd-genie'
 include_recipe 'workstation::_genie'