Add iterm role for macOS
This commit is contained in:
parent
1ad397771d
commit
4783803a77
@ -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
|
||||||
|
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