Fix when typo

This commit is contained in:
Dryusdan 2024-03-11 16:08:42 +01:00
parent f6d2b69abe
commit 06274f5c95
1 changed files with 3 additions and 1 deletions

View File

@ -90,7 +90,9 @@
openssl_dhparam:
path: /etc/nginx/ssl/private/dhparam.pem
size: 4096
when: nginx is failed and nginx_disable_ssl is false
when:
- nginx is failed
- not nginx_disable_ssl is defined or nginx_disable_ssl is False
tags:
- install
- reconfigure