浏览代码

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'