ansible/test/integration/targets/cache-plugins/chroot_inventory_config.yml
Brian Coca d9d11d6ff6
sanitize path symbols in inventory_hostname on file cache plugins (#41420)
* File based cache plugins filenames fix

File based cache plugins will now correctly handle inventory_hostnames
with 'path symbols' in their names. This should allow those using
chroot and jail connection plugins to use file based caches now.
2025-10-24 14:57:11 -04:00

15 lines
233 B
YAML

chroots:
hosts:
/my/chroot/host1:
bogusvar: foobarvalue
/my/chroot/host2:
traversal:
hosts:
..:
...:
all:
vars:
ansible_connection: local
ansible_python_interpreter: '{{ansible_playbook_python}}'