Browse Source

macos: Add apps_brew_taps variable checking

master
Maxim Likhachev 5 years ago
parent
commit
ed43722ff1
  1. 1
      roles/macos/tasks/main.yml

1
roles/macos/tasks/main.yml

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
- name: Add Homebrew taps
homebrew_tap:
name: "{{ apps_brew_taps }}"
when: apps_brew_taps is defined and (apps_brew_taps | length > 0)
- name: Install applications via Homebrew
homebrew:

Loading…
Cancel
Save