Update to 2022-02-22 18:00

This commit is contained in:
Daniel Berteaud
2022-02-22 18:00:11 +01:00
parent 2a423eee2a
commit 4737fece2c
7 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
wkhtmltopdf_version: 0.12.6-1

View File

@@ -0,0 +1,15 @@
---
# Load distribution specific variables
- include_vars: "{{ item }}"
with_first_found:
- "{{ role_path }}/vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
- "{{ role_path }}/vars/{{ ansible_distribution }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
tags: wkhtmltopdf
- name: Install wkhtmltopdf
yum: name={{ wkhtmltopdf_package_url }} disable_gpg_check=True
when: ansible_os_family == 'RedHat'
tags: wkhtmltopdf

View File

@@ -0,0 +1,3 @@
---
wkhtmltopdf_package_url: https://github.com/wkhtmltopdf/packaging/releases/download/{{ wkhtmltopdf_version }}/wkhtmltox-{{ wkhtmltopdf_version }}.centos8.x86_64.rpm