remove template validation
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-05-25 18:48:36 +02:00
parent 244653de8e
commit 694c55d8bc
2 changed files with 0 additions and 3 deletions

View File

@ -58,7 +58,6 @@
owner: root
group: root
mode: 0640
validate: /sbin/nginx -t -c %s
notify: __nginx_reload
- name: Remove default.conf from conf.d
@ -73,7 +72,6 @@
owner: root
group: root
mode: 0640
validate: /bin/bash -c 'nginx -t -c /dev/stdin <<< "events {worker_connections 10;} http { include %s; }"'
notify: __nginx_reload
- name: Add custom error page template

View File

@ -28,7 +28,6 @@
owner: root
group: root
mode: 0640
validate: bash -c 'nginx -t -c /dev/stdin <<< "events {worker_connections 1;} http { include %s; }"'
notify: __nginx_reload
become: True
become_user: root