2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-06 23:44:03 +00:00

Merge pull request #699 from mhbu50/patch-1

Update debian_family.yml
This commit is contained in:
Ameya Shenoy 2018-07-10 16:54:33 +05:30 committed by GitHub
commit 2b090d6014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,11 +32,12 @@
- apt-transport-https
- libsasl2-dev
- libldap2-dev
- libcups2-dev
- include_tasks: debian.yml
when: ansible_distribution == 'Debian'
- include_tasks: ubuntu.yml
when: ansible_distribution == 'Ubuntu'
...
...