You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/yum_repository
Martin Krizek 03cb40e712
Fix baseurl handling in yum_repository test (#75096)
Since we moved yum_repository_test_repo.baseurl to file:/// format,
using urlsplit filter on it returned an empty string. Using an empty
string as a left operand of `in` was then always evaluated to True.

This was discovered with native jinja being on where urlsplit returns
None which results in a hard fail as None cannot be a left
operand of `in <string>`.
3 years ago
..
defaults Make yum_repository test more reliable (#73467) 3 years ago
handlers Make yum_repository test more reliable (#73467) 3 years ago
meta Make yum_repository test more reliable (#73467) 3 years ago
tasks Fix baseurl handling in yum_repository test (#75096) 3 years ago
aliases Ignore GPG key checks on test repo 4 years ago