Compare commits
2 Commits
c70a31b633
...
d20cba3e15
| Author | SHA1 | Date | |
|---|---|---|---|
| d20cba3e15 | |||
| 27f887b044 |
@ -2,5 +2,5 @@
|
||||
collections_path = collections
|
||||
library = library
|
||||
roles_path = roles
|
||||
result_format = yaml
|
||||
callback_result_format = yaml
|
||||
inject_facts_as_vars = True
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
- role: iterm
|
||||
- role: kitty
|
||||
- role: neovide
|
||||
- role: magnet
|
||||
- role: rectangle
|
||||
- role: windows-app
|
||||
- role: viscosity
|
||||
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user