2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

Update debian_family.yml

add libcups2-dev library to install pycups module
This commit is contained in:
Mohammed R Abukhamseen 2018-07-10 14:02:11 +03:00 committed by GitHub
parent c7f46d5372
commit bf67e1c517
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'
...
...