fedora.yml aktualisiert
This commit is contained in:
10
fedora.yml
10
fedora.yml
@@ -137,7 +137,15 @@
|
||||
args:
|
||||
creates: /var/log/taskrunner.done
|
||||
|
||||
- name: Downloadordner für Font erstellen
|
||||
- name: Download Ordner für Font erstellen
|
||||
tags: Font
|
||||
ansible.builtin.file:
|
||||
path: /tmp/install/font
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Download der Font
|
||||
tags: Font
|
||||
ansible.builtin.get_url:
|
||||
url: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Hack.zip
|
||||
|
||||
Reference in New Issue
Block a user