We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a5794 commit b775be2Copy full SHA for b775be2
1 file changed
main.yml
@@ -20,7 +20,7 @@
20
when: configure_dotfiles
21
tags: ['dotfiles']
22
- role: geerlingguy.mac.mas
23
- when: (mas_installed_apps | bool) or (mas_installed_app_ids | bool)
+ when: (mas_installed_apps | length > 0) or (mas_installed_app_ids | length > 0)
24
tags: ['mas']
25
- role: geerlingguy.mac.dock
26
when: configure_dock
0 commit comments