From 2f680ee1c8502b3f76b4ebc5f2f524ba0c21d95c Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 21 Apr 2025 12:52:44 +0200 Subject: [PATCH] update ohmyposh --- dot_bootstrap/setup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_bootstrap/setup.yml b/dot_bootstrap/setup.yml index 984dcdf..fc53406 100644 --- a/dot_bootstrap/setup.yml +++ b/dot_bootstrap/setup.yml @@ -41,6 +41,8 @@ - name: Install OhMyPosh ansible.builtin.command: curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin + register: result + failed_when: result.rc not in [0, 1] - name: Create fonts directory ansible.builtin.file: