fix(servers): wrong conditional specification
This commit is contained in:
parent
46971528d7
commit
494b2fbea4
@ -43,5 +43,5 @@ nginx_service:
|
|||||||
- pkg: nginx_install
|
- pkg: nginx_install
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if nginx.check_config_before_apply %}
|
{% if nginx.check_config_before_apply %}
|
||||||
- only_if: /usr/sbin/nginx -t
|
- onlyif: /usr/sbin/nginx -t
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user