2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 07:58:24 +00:00

9 lines
235 B
YAML
Raw Normal View History

2018-02-05 15:07:14 +05:30
---
2018-03-04 03:01:41 +05:30
# Install's prerequisites, like fonts, image libraries, vim, screen, python-dev
2018-02-05 15:07:14 +05:30
2018-03-01 03:51:48 +05:30
- include_tasks: debian_family.yml
2018-02-05 15:07:14 +05:30
when: ansible_os_family == 'Debian'
2018-03-01 03:51:48 +05:30
- include_tasks: redhat_family.yml
when: ansible_os_family == "RedHat"
2018-02-05 15:07:14 +05:30
...