|
|
@ -0,0 +1,17 @@ |
|
|
|
--- |
|
|
|
|
|
|
|
- name: Download typeface |
|
|
|
get_url: |
|
|
|
url: https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh |
|
|
|
dest: /opt/install_manual.sh |
|
|
|
|
|
|
|
- name: Set execution mod |
|
|
|
shell: chmod +x /opt/install_manual.sh |
|
|
|
|
|
|
|
- name: Install typeface |
|
|
|
shell: /bin/bash -c /opt/install_manual.sh |
|
|
|
become: yes |
|
|
|
become_user: fedy95 |
|
|
|
|
|
|
|
- name: Remove script typeface |
|
|
|
shell: rm -r /opt/install_manual.sh |