diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-01 00:05:09 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-01 00:05:09 +0100 |
| commit | c93d91e4a0b61d90d9c2de140f750419c1a33735 (patch) | |
| tree | cfdc183b38f9cda85d66435d83dc879295325f63 /host_vars/ubuntu.local.yml.example | |
| parent | 4c2043dc1fa697c0cf2210d9466ff847b074cc34 (diff) | |
Add font configurations in a role
Diffstat (limited to 'host_vars/ubuntu.local.yml.example')
| -rw-r--r-- | host_vars/ubuntu.local.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host_vars/ubuntu.local.yml.example b/host_vars/ubuntu.local.yml.example index fa4fb83f..e39c17db 100644 --- a/host_vars/ubuntu.local.yml.example +++ b/host_vars/ubuntu.local.yml.example @@ -35,3 +35,7 @@ firefox_policies_override: DisableAppUpdate: true DisableFirefoxStudies: false DisableTelemetry: false + +fonts_extra: + - "fonts-font-awesome" + - "fonts-google-fira" |
