fixes with linter

This commit is contained in:
ProgramSnail 2025-08-09 11:47:58 +03:00
parent 932046cc39
commit 66109effc5
20 changed files with 124 additions and 111 deletions

View file

@ -1,6 +1,6 @@
# shell
- ansible.builtin.import_tasks: bash.yml
- name: Import bash config
ansible.builtin.import_tasks: bash.yml
# copy to modify during install ??
- name: Link fish configuration directory
@ -39,6 +39,7 @@
manager: auto
- name: Update fish path to include scripts folder
ansible.builtin.shell:
cmd: echo 'fish_add_path {{ ansible_env.HOME }}/.bin'
when: "'fish' in ansible_facts.packages"
ansible.builtin.shell: fish_add_path {{ ansible_env.HOME }}/.bin
args:
executable: /usr/bin/fish
changed_when: true # change is checked inside fish_add_path