letsencrypt: The not yet due message is in stdout
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
44c8d7d42d
commit
cfa99b12e2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
run_once: true
|
run_once: true
|
||||||
register: certbot_output
|
register: certbot_output
|
||||||
check_mode: no
|
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:
|
tags:
|
||||||
- letsencrypt
|
- letsencrypt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue