more adjusting to ansible not wanting | in when

This commit is contained in:
Kevin Fenzi 2018-04-04 22:52:22 +00:00
parent ca009a7d62
commit d8d79f7933
5 changed files with 10 additions and 10 deletions

View file

@ -31,7 +31,7 @@
command: openssl req -new -nodes -x509 -subj "{{ ssl_self_signed_string }}" -days 3650 -keyout /etc/nginx/conf.d/ssl.key -out /etc/nginx/conf.d/ssl.pem -extensions v3_ca
args:
creates: /etc/nginx/conf.d/ssl.pem
when: setup_ssl_key|failed or setup_ssl_pem|failed
when: setup_ssl_key is failed or setup_ssl_pem is failed
- name: warn that the next step takes a while
debug: