Merge branch 'master' of git.dryusdan.fr:Ansible/nginx

This commit is contained in:
Dryusdan 2024-03-25 16:20:19 +01:00
commit 148d0f14c5
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@
when:
- use_froxlor is defined
- use_froxlor == True
- item["documentroot"] != "/var/www/html/"
tags:
- froxlor

View File

@ -93,7 +93,7 @@
size: 4096
when:
- nginx is failed
- not nginx_disable_ssl is defined or nginx_disable_ssl is False
- not nginx_disable_ssl is defined or nginx_disable_ssl is false
tags:
- install
- reconfigure