mirror of
https://github.com/frappe/bench.git
synced 2025-02-13 16:28:32 +00:00
7 lines
149 B
YAML
7 lines
149 B
YAML
---
|
|
- hosts: localhost
|
|
- include: macosx.yml
|
|
when: ansible_distribution == 'MacOSX'
|
|
- include: ubuntu.yml
|
|
when: ansible_distribution == 'Ubuntu'
|