Update Iosevka version
This commit is contained in:
parent
96a6a3d929
commit
c4560dd755
1 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,10 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
- name: Store Iosevka version
|
||||||
|
set_fact:
|
||||||
|
iosevka_version: "15.6.3"
|
||||||
|
|
||||||
- name: Set Linux font directory
|
- name: Set Linux font directory
|
||||||
set_fact:
|
set_fact:
|
||||||
font_dir: "{{ ansible_env.HOME }}/.local/share/fonts"
|
font_dir: "{{ ansible_env.HOME }}/.local/share/fonts"
|
||||||
|
@ -43,6 +47,6 @@
|
||||||
- name: Extract Iosevka fonts
|
- name: Extract Iosevka fonts
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
src: "https://github.com/be5invis/Iosevka/releases/download/v15.5.2/super-ttc-iosevka-15.5.2.zip"
|
src: "https://github.com/be5invis/Iosevka/releases/download/v{{ iosevka_version }}/super-ttc-iosevka-{{ iosevka_version }}.zip"
|
||||||
dest: "{{ font_dir }}/iosevka"
|
dest: "{{ font_dir }}/iosevka"
|
||||||
creates: "{{ font_dir }}/iosevka/iosevka.ttc"
|
creates: "{{ font_dir }}/iosevka/iosevka.ttc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue