From 33242616ca88103f10f00ae06a001c4c4f26e16e Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 10 Aug 2020 23:38:08 -0500 Subject: [PATCH] Use new bootstrap script --- roles/base-user/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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