fix deprecated |success to is success

This commit is contained in:
Kevin Fenzi 2018-04-04 19:24:21 +00:00
parent 0353f1f6a2
commit 9fe41eca70
7 changed files with 9 additions and 19 deletions

View file

@ -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