2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 09:02:10 +00:00
bench/playbooks/production/install.yml

10 lines
262 B
YAML

---
# Install the common pre-requisites for the setting up bench
- include: ../develop/install.yml
- include: includes/setup_inputrc.yml
# Setup Bench for production environment
- include: includes/setup_bench_production.yml
when: not run_travis