diff --git a/roles/base-user/tasks/main.yml b/roles/base-user/tasks/main.yml index 189725b..6763553 100644 --- a/roles/base-user/tasks/main.yml +++ b/roles/base-user/tasks/main.yml @@ -59,7 +59,7 @@ depth: 1 force: yes - name: Execute bootstrap script - shell: cd && ~/bootstrap/build-home.sh + shell: "cd && ~/bootstrap/bootstrap.sh > bootstrap.log 2>&1" - name: Disable untracked files on dotfiles git_config: name: status.showUntrackedFiles