Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
oxpa committed Aug 3, 2023
1 parent 20a79b1 commit 9a01c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion defaults/main/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ nginx_config_http_template:
gso: false # Boolean
host_key: /path/to/file
retry: false # Boolean

ssl: # Configure SSL
buffer_size: 16k
certificate: /path/to/file # String or a list of strings
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@
hq: true
quic:
active_connection_id_limit: 10
gso: off
retry: off
gso: false
retry: false
host_key: /etc/ssl/private/rand.key
auth_basic:
realm: false
Expand Down

0 comments on commit 9a01c86

Please sign in to comment.