fix deprecated |success to is success
This commit is contained in:
parent
0353f1f6a2
commit
9fe41eca70
7 changed files with 9 additions and 19 deletions
|
@ -22,7 +22,7 @@
|
|||
- "{{ httpd_ssl_crt_file }}"
|
||||
skip: True
|
||||
register: setup_ssl_pem
|
||||
when: setup_ssl_key|success
|
||||
when: setup_ssl_key is success
|
||||
tags:
|
||||
- update_ssl_certs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue