Compare commits

..

2 Commits

3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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