Installs SetApp application store via homebrew, removes it from quarantine and launch it.
Once it's launched the user can install all its 'favourite' apps from SetApp.
Used in Splinter, an opinionated provisioning tool for macOS.
- Jeff Geerling's' geerlingguy.homebrew which is defined as Ansible Galaxy dependency
It was tested on the following versions:
- 2.9
Target MacOS 10.15 possibly earlier versions too (not yet tested)
Just include this role in your list. For example
- host: all
roles:
- marcomc.macos_setapp
Used in case you want to link the Setapp
dir to another user Dock
.
target_user_id: "{{ ansible_user_id }}" # Options
By defaults it add it to the current user's Dock.
This role has (not yet) a travis basic test (for github) only.
Author : Marco Massari Calderone (c) 2020 - marco@marcomc.com