Merge pull request #30 from blimmer/patch-1
Use mas_installed_apps vs mas_installed_app_ids
This commit is contained in:
commit
899fec2961
10
README.md
10
README.md
@ -34,11 +34,11 @@ You can override any of the defaults configured in `default.config.yml` by creat
|
|||||||
- git
|
- git
|
||||||
- go
|
- go
|
||||||
|
|
||||||
mas_installed_app_ids:
|
mas_installed_apps:
|
||||||
- 443987910 # 1Password
|
- { id: 443987910, name: "1Password" }
|
||||||
- 498486288 # Quick Resizer
|
- { id: 498486288, name: "Quick Resizer" }
|
||||||
- 557168941 # Tweetbot
|
- { id: 557168941, name: "Tweetbot" }
|
||||||
- 497799835 # Xcode
|
- { id: 497799835, name: "Xcode" }
|
||||||
|
|
||||||
Any variable can be overridden in `config.yml`; see the supporting roles' documentation for a complete list of available variables.
|
Any variable can be overridden in `config.yml`; see the supporting roles' documentation for a complete list of available variables.
|
||||||
|
|
||||||
|
|||||||
@ -73,6 +73,6 @@ homebrew_cask_apps:
|
|||||||
- virtualbox
|
- virtualbox
|
||||||
|
|
||||||
# See `geerlingguy.mas` role documentation for usage instructions.
|
# See `geerlingguy.mas` role documentation for usage instructions.
|
||||||
mas_installed_app_ids: []
|
mas_installed_apps: []
|
||||||
mas_email: ""
|
mas_email: ""
|
||||||
mas_password: ""
|
mas_password: ""
|
||||||
|
|||||||
2
main.yml
2
main.yml
@ -14,7 +14,7 @@
|
|||||||
- geerlingguy.homebrew
|
- geerlingguy.homebrew
|
||||||
- geerlingguy.dotfiles
|
- geerlingguy.dotfiles
|
||||||
- name: geerlingguy.mas
|
- name: geerlingguy.mas
|
||||||
when: mas_installed_app_ids
|
when: mas_installed_apps
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: tasks/ansible-setup.yml
|
- include: tasks/ansible-setup.yml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user