2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-13 16:28:32 +00:00
bench/playbooks/develop/install.yml
2016-03-16 14:41:55 +05:30

7 lines
149 B
YAML

---
- hosts: localhost
- include: macosx.yml
when: ansible_distribution == 'MacOSX'
- include: ubuntu.yml
when: ansible_distribution == 'Ubuntu'