Skip to content

Commit

Permalink
fix: line length in FreeBSD vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ndf-dw committed Apr 9, 2024
1 parent ba3b82d commit 8580075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vars/FreeBSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ nginx_conf_file_path: /usr/local/etc/nginx/nginx.conf
nginx_mime_file_path: /usr/local/etc/nginx/mime.types
nginx_pidfile: /var/run/nginx.pid
nginx_vhost_path: /usr/local/etc/nginx/sites-enabled
nginx_default_vhost_path: "{{ nginx_override_default_vhost_path | default('/usr/local/etc/nginx/sites-enabled/default') }}"
nginx_default_vhost_path: >
{{ nginx_override_default_vhost_path |

Check failure on line 9 in vars/FreeBSD.yml

View workflow job for this annotation

GitHub Actions / Lint

9:41 [trailing-spaces] trailing spaces
default('/usr/local/etc/nginx/sites-enabled/default') }}
__nginx_user: "www"

0 comments on commit 8580075

Please sign in to comment.