2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

Merge pull request #725 from frappe/pv-dep

Added pv as dependency for database restore
This commit is contained in:
Ameya Shenoy 2018-09-24 11:08:41 +05:30 committed by GitHub
commit 1e8980eae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@
- libsasl2-dev
- libldap2-dev
- libcups2-dev
- pv # Show progress during database restore
- include_tasks: debian.yml
when: ansible_distribution == 'Debian'