2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
bench/playbooks/roles/common/tasks/main.yml

6 lines
163 B
YAML
Raw Normal View History

2018-02-05 09:37:14 +00:00
---
# Install's prerequisites, like fonts, image libraries, vim, screen, python-dev and gcc
- include_tasks: debian.yml
when: ansible_os_family == 'Debian'
...