mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-30 11:18:15 +00:00
fixes with linter
This commit is contained in:
parent
932046cc39
commit
66109effc5
20 changed files with 124 additions and 111 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue