Skip to content
Snippets Groups Projects
Commit 85b36d02 authored by Chris Croome's avatar Chris Croome
Browse files

ansible-lint fixes

parent e47c5c51
No related branches found
No related tags found
No related merge requests found
Pipeline #4989 failed
......@@ -13,13 +13,13 @@
get_url:
url: "{{ wkhtmltopdf_checksums }}"
dest: /root/wkhtmltopdf.SHA256SUMS
force: yes
force: true
- name: Checksums sig present
get_url:
url: "{{ wkhtmltopdf_checksums }}.asc"
url: "{{ wkhtmltopdf_checksums }}.asc"
dest: /root/wkhtmltopdf.SHA256SUMS.asc
force: yes
force: true
- name: Checksums checked
command: gpg --verify wkhtmltopdf.SHA256SUMS.asc
......@@ -43,7 +43,7 @@
url: "{{ wkhtmltopdf_deb_url }}"
dest: "/root/{{ wkhtmltopdf_deb }}"
checksum: "{{ wkhtmltopdf_sha256 }}"
force: yes
force: true
- name: wkhtmltopdf installed
apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment