Merge pull request #283 from netmanagers/fix-conditional

fix(servers): wrong conditional specification
This commit is contained in:
Imran Iqbal 2021-05-12 17:29:12 +01:00 committed by GitHub
commit d160f10fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}