Files
dotfiles/playbooks/brew/personal.yml

11 lines
253 B
YAML

---
- hosts: localhost
tasks:
- homebrew:
name: ["{{ item.name }}"]
state: present
install_options: "{{ item.install_options | default() }}"
with_items:
- name: mkvtoolnix
install_options: --with-qt