Skip to content

Commit

Permalink
fix(#3142)!: fix distribution name in check_os validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromalara committed Aug 25, 2022
1 parent d60edde commit 13ba02d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
set_fact:
check_result: 'true'
errors: "{{ errors }}The {{ os }} OS isn't supported for the selected tests currently.\n"
when: (os == "windows" and os not in supported_distros)
when: (os == "windows" and os|capitalize not in supported_distros)

0 comments on commit 13ba02d

Please sign in to comment.