Fix kitty role

This commit is contained in:
flyingscorpio@clevo 2022-03-17 22:35:36 +01:00
parent 56f72c385e
commit 148b32ec59

View file

@ -13,6 +13,11 @@
- kitty
when: ansible_facts['distribution'] == 'Debian'
- name: Add kitty config directory
file:
path: ~/.config/kitty
state: directory
- name: Copy kitty config
copy:
src: kitty.conf