فهرست منبع

fix(git): Change execution order for git

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 سال پیش
والد
کامیت
8ba1d68f2b
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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'