refactored to use vars from ansible_vars directory

This commit is contained in:
Phil
2019-09-26 13:59:21 -05:00
parent c53187852c
commit 14074500ac
2 changed files with 5 additions and 5 deletions

View File

@ -2,17 +2,16 @@
package:
name: '{{ item }}'
with_items:
- fzf
- '{{ base_formulae }}'
- name: tap casks
homebrew_tap:
name: '{{ item }}'
with_items:
- homebrew/cask-drivers
- '{{ base_taps }}'
- name: install homebrew casks
homebrew_cask:
name: '{{ item }}'
with_items:
- powershell
- logitech-options
- '{{ base_casks }}'