Skip to content

Commit b775be2

Browse files
committed
Issue #232: Fix install of Mac Apps list emptiness check.
1 parent 56a5794 commit b775be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
when: configure_dotfiles
2121
tags: ['dotfiles']
2222
- role: geerlingguy.mac.mas
23-
when: (mas_installed_apps | bool) or (mas_installed_app_ids | bool)
23+
when: (mas_installed_apps | length > 0) or (mas_installed_app_ids | length > 0)
2424
tags: ['mas']
2525
- role: geerlingguy.mac.dock
2626
when: configure_dock

0 commit comments

Comments
 (0)