mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
fix fucking test
This commit is contained in:
parent
0dad652cc6
commit
22e54ffb3d
@ -37,7 +37,7 @@
|
|||||||
shell: fisher install franciscolourenco/done
|
shell: fisher install franciscolourenco/done
|
||||||
args:
|
args:
|
||||||
executable: fish
|
executable: fish
|
||||||
when: "'desktop' in group_names"
|
when: 'desktop' in group_names
|
||||||
|
|
||||||
- name: Copy starship config
|
- name: Copy starship config
|
||||||
copy:
|
copy:
|
||||||
@ -82,5 +82,5 @@
|
|||||||
src: fish/desktop/
|
src: fish/desktop/
|
||||||
dest: ~/.config/fish
|
dest: ~/.config/fish
|
||||||
recursive: yes
|
recursive: yes
|
||||||
when: ansible_user_id != 'root' and "'desktop' in group_names"
|
when: ansible_user_id != 'root' and 'desktop' in group_names
|
||||||
tags: rsync
|
tags: rsync
|
||||||
|
Loading…
Reference in New Issue
Block a user