ceph / chacra

A binary/file REST API to aid in multi-distro|arch|release management
9 stars 18 forks source link

ansible: Only reload nginx on clean `letsencrypt` exit RC #222

Closed djgalloway closed 7 years ago

djgalloway commented 7 years ago

nginx will still get reloaded if the certificate isn't due for renewal yet but this will least prevent nginx from reloading if letsencrypt fails for any reason.

Signed-off-by: David Galloway dgallowa@redhat.com

ktdreyer commented 7 years ago

You're the man