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
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
..
_data ansible-test - Update base/default containers 2 months ago
_internal Drop Python 3.7 support (#82982) 2 months ago
_util modules/dnf: Substitute variables in DNF cache path (#80094) 2 months ago
config document where to save cloud config files (#79412) 1 year ago
__init__.py ansible-test - Clean up old Python 2 compat code (#81962) 8 months ago