Skip to content

Commit

Permalink
Fixed conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Suarez committed Feb 16, 2021
1 parent 4f3bc11 commit 61f5480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
apt:
deb: "{{ papertrail_download_url }}/{{ papertrail_package_name }}"
update_cache: true
force: "{{ False if papertrail_check_download_certs == True else papertrail_check_download_certs }}"
force: "{{ False if papertrail_check_download_certs | bool else papertrail_check_download_certs }}"
when: ansible_os_family == "Debian"

0 comments on commit 61f5480

Please sign in to comment.