Skip to content

Commit

Permalink
Update regex for JDK path search
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Nov 5, 2024
1 parent bfefb6c commit a53fba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
paths: /usr/lib/jvm
patterns:
- "^jdk{{ jdk_version }}*"
- "^jdk-{{ jdk_version }}*"
- "^jdk-{{ jdk_version }}.*"
use_regex: yes
file_type: directory
when:
Expand Down

0 comments on commit a53fba9

Please sign in to comment.