mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
* 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.
15 lines
233 B
YAML
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}}'
|