Compare commits

..

2 Commits

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