mac-dev-playbook/main.yml

20 lines
334 B
YAML
Raw Normal View History

---
- hosts: self
user: jgeerling
connection: local
vars_files:
- vars/main.yml
roles:
- geerlingguy.homebrew
tasks:
- name: Ensure Ansible downloads directory exists.
file:
path: "{{ downloads }}"
state: directory
- include: tasks/dotfiles.yml
- include: tasks/preferences.yml