We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03ec68 commit a90918eCopy full SHA for a90918e
2 files changed
tasks/certificate.yml
@@ -23,5 +23,5 @@
23
{% endif %}
24
{% if letsencrypt_staging %} --staging {% endif %}
25
{% if ansible_distribution_version >= "20.04" %} --non-interactive {% endif %}
26
- when: letsencrypt_cert.stat.exists and certbot_force_update == true
+ when: letsencrypt_cert.stat.exists and certbot_force_update | bool
27
notify: reload nginx
tasks/main.yml
@@ -1,5 +1,4 @@
1
---
2
-
3
- name: Set Certbot package name and versions (Ubuntu >= 20.04)
4
set_fact:
5
certbot_version: 0.40.0-1
0 commit comments