Merge pull request #283 from netmanagers/fix-conditional
fix(servers): wrong conditional specification
This commit is contained in:
commit
d160f10fe4
@ -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