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/lib/ansible_test/_util/controller/sanity
Benoît Knecht d304fd86c2
modules/dnf: Substitute variables in DNF cache path (#80094)
The cache directory can be specified with variables that are expanded by DNF, for example,

```
cachedir=/var/cache/yum/$basearch/$releasever
```

But the `dnf` module would use that path literally, instead of replacing
`$basearch` and `$releasever` with their values.

This commit ensures that variables in `cachedir` are properly substituted.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
2 months ago
..
code-smell Support `action_plugin` in plugin_routing_schema (#82562) 5 months ago
integration-aliases ansible-test - Clean up future boilerplate. (#76874) 2 years ago
mypy modules/dnf: Substitute variables in DNF cache path (#80094) 2 months ago
pep8 ansible-test - Disable the pep8 E203 rule (#79966) 1 year ago
pslint Fix up sanity problems 2 years ago
pylint ansible-test - Use pylint unidiomatic-typecheck 7 months ago
shellcheck ansible-test - Enable shellcheck SC2164 5 months ago
validate-modules Do not treat leading underscore in plugin names as attempted deprecation. 3 months ago
yamllint ansible-test - Allow multiple documents in the YAML stream for EXAMPLES (#82355) 6 months ago