1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

fix fucking test

This commit is contained in:
eoli3n 2022-01-19 16:03:55 +01:00
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