Skip to content

Commit

Permalink
Fix running with old ansible for late guys (ansible-ThoTeam#360)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
zeitounator authored Oct 27, 2022
1 parent 54b7b06 commit d15ea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/requirements_and_deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
assert:
that:
- options | type_debug == 'list'
- options | select('match', option_blacklist_regex) | length == 0
- options | select('match', option_blacklist_regex) | list | length == 0
quiet: true
fail_msg:
- nexus_custom_jvm_settings must be list
Expand Down

0 comments on commit d15ea29

Please sign in to comment.