The `mas` role installed the command-line tool of the same name to install Mac App Store package. The `magnet` role then uses `mas` to install the tiling window manager from the App Store.
10 lines
139 B
YAML
10 lines
139 B
YAML
---
|
|
- import_playbook: UnixGUI.yaml
|
|
- hosts: localhost
|
|
roles:
|
|
- role: mas
|
|
|
|
- role: fonts
|
|
- role: magnet
|
|
- role: obsidian
|