update ohmyposh

This commit is contained in:
sebastian
2025-04-21 12:52:44 +02:00
parent f188a601b8
commit 2f680ee1c8

View File

@@ -41,6 +41,8 @@
- name: Install OhMyPosh - name: Install OhMyPosh
ansible.builtin.command: curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin 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 - name: Create fonts directory
ansible.builtin.file: ansible.builtin.file: