Browse Source

fix(git): Change execution order for git

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 năm trước cách đây
mục cha
commit
8ba1d68f2b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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'