Skip to content

Commit

Permalink
Merge pull request #8 from sitewards/ad-hoc-modify-remaining-days-to-…
Browse files Browse the repository at this point in the history
…be-int

AD-HOC fix (Renewal): Modify consumption of renewal variable to be int
  • Loading branch information
toxix authored Oct 14, 2019
2 parents 6d0f800 + ed74d9a commit edfb0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/lets_encrypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

- name: "Make the request of the Lets Encrypt API"
letsencrypt:
remaining_days: "{{ lets_encrypt_renew_limit }}"
remaining_days: {{ lets_encrypt_renew_limit }}
acme_directory: "{{ lets_encrypt_directory }}"
account_email: "{{ lets_encrypt_account_email }}"
account_key: "/etc/ssl/private/lets_encrypt.key"
Expand Down

0 comments on commit edfb0ba

Please sign in to comment.