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
|
||||
args:
|
||||
executable: fish
|
||||
when: "'desktop' in group_names"
|
||||
when: 'desktop' in group_names
|
||||
|
||||
- name: Copy starship config
|
||||
copy:
|
||||
@ -82,5 +82,5 @@
|
||||
src: fish/desktop/
|
||||
dest: ~/.config/fish
|
||||
recursive: yes
|
||||
when: ansible_user_id != 'root' and "'desktop' in group_names"
|
||||
when: ansible_user_id != 'root' and 'desktop' in group_names
|
||||
tags: rsync
|
||||
|
Loading…
Reference in New Issue
Block a user