2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 20:49:01 +00:00
bench/playbooks/develop/install.yml
2016-05-25 18:01:36 +05:30

12 lines
215 B
YAML

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