Rename tasks
This commit is contained in:
parent
8264ba3b81
commit
96a6a3d929
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
font_dir: "{{ ansible_env.HOME }}/Library/Fonts"
|
||||
when: ansible_distribution == 'macOS'
|
||||
|
||||
- name: Create ~/.local/share/fonts/texgyre directory
|
||||
- name: Create texgyre font directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ font_dir }}/texgyre"
|
||||
state: directory
|
||||
|
@ -36,7 +36,7 @@
|
|||
dest: "{{ font_dir }}/texgyre"
|
||||
creates: "{{ font_dir }}/texgyre/tg2_501otf/texgyretermes-regular.otf"
|
||||
|
||||
- name: Create ~/.local/share/fonts/iosevka directory
|
||||
- name: Create iosevka font directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ font_dir }}/iosevka"
|
||||
state: directory
|
||||
|
|
Loading…
Reference in a new issue