From bde9253e068406de0079b828b3aea4a56a79152e Mon Sep 17 00:00:00 2001 From: Alexander Nabokikh Date: Sun, 31 Jul 2022 15:08:23 +0200 Subject: [PATCH] fix(ohmyposh.yml): replaced yes with true --- tasks/ohmyposh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ohmyposh.yml b/tasks/ohmyposh.yml index b6e2ecb..5235700 100644 --- a/tasks/ohmyposh.yml +++ b/tasks/ohmyposh.yml @@ -15,6 +15,6 @@ community.windows.win_lineinfile: path: "{{ powershell_profile_path.stdout | trim }}" insertbefore: BOF - create: yes + create: true regex: "^oh-my-posh" line: "oh-my-posh --init --shell pwsh --config $env:POSH_THEMES_PATH/'{{ ohmyposh_theme | default('paradox') }}'.omp.json | Invoke-Expression"