diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-23 15:12:16 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-23 15:20:43 +0100 |
| commit | fdb9219aeba47860ba877b5bd44cdf96619d9cb1 (patch) | |
| tree | d296472c43db750d226ea22f509f28021c85fa46 /roles/yay/tasks | |
| parent | f5ade99064faaff547df2fd82c7d23908c872a7a (diff) | |
Add PT-Sans font to both debian and archlinux
The PT-Sans is only available using AUR on archlinux, hence implementing
a role for fonts that are installed on arch using AUR
Diffstat (limited to 'roles/yay/tasks')
| -rw-r--r-- | roles/yay/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/yay/tasks/main.yml b/roles/yay/tasks/main.yml index 5759aa6c..59af378c 100644 --- a/roles/yay/tasks/main.yml +++ b/roles/yay/tasks/main.yml @@ -44,7 +44,7 @@ - name: "Create the 'aur_builder' user" become: true ansible.builtin.user: - name: aur_builder + name: "aur_builder" create_home: true group: wheel |
