more adjusting to ansible not wanting | in when
This commit is contained in:
parent
ca009a7d62
commit
d8d79f7933
5 changed files with 10 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue