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.
9 lines
132 B
YAML
9 lines
132 B
YAML
---
|
|
- assert:
|
|
that: ansible_os_family == 'Darwin'
|
|
|
|
- name: install homebrew package
|
|
homebrew:
|
|
name: mas
|
|
state: latest
|