From 0544cd76539f0fae3c3bcb61f589bec4c440a1fe Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 4 Dec 2019 15:26:41 +0000 Subject: [PATCH] Use a string, not a Bool --- roles/home-cli/tasks/gitconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/tasks/gitconfig.yml b/roles/home-cli/tasks/gitconfig.yml index 5f56820..a1592fe 100644 --- a/roles/home-cli/tasks/gitconfig.yml +++ b/roles/home-cli/tasks/gitconfig.yml @@ -2,7 +2,7 @@ - name: pull.rebase git_config: name: pull.rebase - value: true + value: 'true' scope: global - name: push.default git_config: