Skip to content

Commit c6fef3a

Browse files
committed
Fixes geerlingguy#113: Don't skip mas tasks if only app_ids are provided.
1 parent 0bae73d commit c6fef3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
when: configure_dotfiles
1919
tags: ['dotfiles']
2020
- role: geerlingguy.mas
21-
when: mas_installed_apps
21+
when: mas_installed_apps or mas_installed_app_ids
2222
tags: ['mas']
2323

2424
tasks:

0 commit comments

Comments
 (0)