Add iterm role for macOS

This commit is contained in:
Kenneth Benzie 2022-12-10 23:24:03 +00:00
parent 1ad397771d
commit 4783803a77
2 changed files with 12 additions and 1 deletions

View File

@ -2,8 +2,9 @@
- import_playbook: UnixGUI.yaml - import_playbook: UnixGUI.yaml
- hosts: localhost - hosts: localhost
roles: roles:
- role: fonts
- role: mas - role: mas
- role: fonts - role: iterm
- role: magnet - role: magnet
- role: obsidian - role: obsidian

View File

@ -0,0 +1,10 @@
---
- assert:
that: ansible_os_family == "Darwin"
- name: install homebrew package
homebrew:
name: iterm2
state: latest
# TODO: Configure stuff, somehow?