mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
letsencrypt: The not yet due message is in stdout
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
run_once: true
|
||||
register: certbot_output
|
||||
check_mode: no
|
||||
changed_when: "not ('not yet due for renewal' in certbot_output.stderr)"
|
||||
changed_when: "not ('not yet due for renewal' in certbot_output.stdout)"
|
||||
tags:
|
||||
- letsencrypt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user