Add font role for macOS (initially)

This commit is contained in:
Kenneth Benzie 2022-12-10 16:23:52 +00:00
parent 747f1a6992
commit 7e9166cb48
3 changed files with 12 additions and 0 deletions

View File

@ -2,4 +2,5 @@
- import_playbook: UnixGUI.yaml - import_playbook: UnixGUI.yaml
- hosts: localhost - hosts: localhost
roles: roles:
- role: fonts
- role: obsidian - role: obsidian

View File

@ -0,0 +1,9 @@
---
- name: enable homebrew tap
homebrew_tap:
name: homebrew/cask-fonts
- name: install Caskaydia Cove Nerd Font
homebrew_cask:
name: font-caskaydia-cove-nerd-font
state: latest

View File

@ -0,0 +1,2 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'