Add iterm role for macOS
This commit is contained in:
parent
1ad397771d
commit
4783803a77
@ -2,8 +2,9 @@
|
||||
- import_playbook: UnixGUI.yaml
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: fonts
|
||||
- role: mas
|
||||
|
||||
- role: fonts
|
||||
- role: iterm
|
||||
- role: magnet
|
||||
- role: obsidian
|
||||
|
10
roles/iterm/tasks/main.yaml
Normal file
10
roles/iterm/tasks/main.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
- assert:
|
||||
that: ansible_os_family == "Darwin"
|
||||
|
||||
- name: install homebrew package
|
||||
homebrew:
|
||||
name: iterm2
|
||||
state: latest
|
||||
|
||||
# TODO: Configure stuff, somehow?
|
Loading…
x
Reference in New Issue
Block a user