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 app store package
|
|
mas:
|
|
id: 441258766
|
|
state: latest
|