fix(servers): wrong conditional specification

This commit is contained in:
Javier Bértoli 2021-05-12 12:09:29 -03:00
parent 46971528d7
commit 494b2fbea4

View File

@ -43,5 +43,5 @@ nginx_service:
- pkg: nginx_install
{% endif %}
{% if nginx.check_config_before_apply %}
- only_if: /usr/sbin/nginx -t
- onlyif: /usr/sbin/nginx -t
{% endif %}