fix: /etc/alacritty
This commit is contained in:
parent
7431913881
commit
bc8d647da6
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
||||||
---
|
---
|
||||||
|
- name: Create /etc/alacritty
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: '/etc/alacritty'
|
||||||
|
state: 'directory'
|
||||||
|
mode: '0755'
|
||||||
|
|
||||||
- name: Copy alacritty.toml
|
- name: Copy alacritty.toml
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: 'alacritty.toml'
|
src: 'alacritty.toml'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue