Add font role for macOS (initially)
This commit is contained in:
parent
747f1a6992
commit
7e9166cb48
@ -2,4 +2,5 @@
|
|||||||
- import_playbook: UnixGUI.yaml
|
- import_playbook: UnixGUI.yaml
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
|
- role: fonts
|
||||||
- role: obsidian
|
- role: obsidian
|
||||||
|
9
roles/fonts/tasks/Darwin.yaml
Normal file
9
roles/fonts/tasks/Darwin.yaml
Normal 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
|
2
roles/fonts/tasks/main.yaml
Normal file
2
roles/fonts/tasks/main.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
- include_tasks: '{{ansible_os_family}}.yaml'
|
Loading…
x
Reference in New Issue
Block a user