Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdyson committed May 10, 2018
1 parent 17ca9aa commit 53b5013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
minute: '{{ certbot_auto_renew_minute }}'
hour: '{{ certbot_auto_renew_hour }}'
user: '{{ certbot_auto_renew_user }}'
state: '{{ item.auto_renew | default(certbot_auto_renew) | ternary("present", "absent") }}'
state: '{{ certbot_auto_renew | ternary("present", "absent") }}'
with_items: '{{ certbot_certificates }}'

0 comments on commit 53b5013

Please sign in to comment.