Skip to content

Commit

Permalink
fix ansible kex_algos_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
svet-se committed May 30, 2023
1 parent 5941893 commit c2ea8ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"diffie-hellman-group-exchange-sha256"] %}}
{{% endif %}}

{{% set kex_algos_regex=prefix_conf ~ "(?=[\w-])" "(\\b" ~ kex_algos|join("\\b,?)?(\\b") ~ ")?" ~
sufix_conf ~ "[\\s]*(?:#.*)?$" %}}
{{% set kex_algos_regex=prefix_conf %}}

<def-group>
<definition class="compliance" id="{{{ rule_id }}}" version="1">
Expand Down

0 comments on commit c2ea8ba

Please sign in to comment.