mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
style: Apply suggestions from code review
Co-authored-by: gavin <gavin18d@gmail.com>
This commit is contained in:
parent
d6d1b91a79
commit
6ef6e37b80
@ -20,11 +20,12 @@
|
||||
force: yes
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: download wkthmltox Ubuntu 20 amd64
|
||||
- name: download wkthmltox Ubuntu 20
|
||||
get_url:
|
||||
url: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.focal_amd64.deb
|
||||
dest: /tmp/wkhtmltox.deb
|
||||
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version == '20' and ansible_architecture == 'x86_64'
|
||||
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version == '20' and ansible_architecture != 'aarch64'
|
||||
|
||||
- name: download wkthmltox Ubuntu 20 arm64
|
||||
get_url:
|
||||
# wkhtmltox supports arm64 starting from 0.12.6
|
||||
|
Loading…
Reference in New Issue
Block a user