2 Commits

Author SHA1 Message Date
d20cba3e15 Replace Magnet with Rectangle 2025-12-02 23:23:48 +00:00
27f887b044 Actually output yaml in results 2025-12-02 23:08:50 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -2,5 +2,5 @@
collections_path = collections
library = library
roles_path = roles
result_format = yaml
callback_result_format = yaml
inject_facts_as_vars = True

View File

@@ -16,7 +16,7 @@
- role: iterm
- role: kitty
- role: neovide
- role: magnet
- role: rectangle
- role: windows-app
- role: viscosity

View File

@@ -2,7 +2,7 @@
- assert:
that: ansible_os_family == 'Darwin'
- name: install app store package
mas:
id: 441258766
- name: install homebrew package
homebrew_cask:
name: rectangle
state: latest