fix: scripts path in scripts tasks

This commit is contained in:
ProgramSnail 2025-08-17 12:10:03 +03:00
parent 9e97c4c76d
commit 262c37e98f
3 changed files with 15 additions and 15 deletions

View file

@ -44,14 +44,3 @@
dest: '{{ ansible_env.HOME }}/.config/helix'
state: link
force: true
# path update
- name: Getting programs list to check fish presence
ansible.builtin.package_facts:
manager: auto
- name: Updating fish path to include scripts folder
ansible.builtin.shell: fish_add_path -m {{ ansible_env.HOME }}/.bin
args:
executable: /usr/bin/fish
changed_when: false