2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 12:39:01 +00:00
bench/playbooks/develop/install.yml

10 lines
213 B
YAML
Raw Normal View History

2016-03-15 06:54:17 +00:00
---
- hosts: localhost
2016-03-15 07:00:55 +00:00
- include: macosx.yml
2016-03-16 09:11:55 +00:00
when: ansible_distribution == 'MacOSX'
- include: ubuntu.yml
when: ansible_distribution == 'Ubuntu'
2016-03-18 10:10:38 +00:00
- include: centos.yml
when: ansible_distribution == 'CentOS'