Compare commits

..

No commits in common. "d20cba3e1576945bbc4c8619ba12f866d9a71ba5" and "c70a31b633d2013210944d4b2a79da7f59fd9c4b" have entirely different histories.

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
callback_result_format = yaml 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: rectangle - role: magnet
- 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 homebrew package - name: install app store package
homebrew_cask: mas:
name: rectangle id: 441258766
state: latest state: latest