ansible/test/integration/targets/collections/cache.statichost.yml
Brian Coca ebb22655e4
implemented 'prefix' for file based cache (#69872)
* implemented 'prefix' for file based cache

Co-authored-by: s-hertel <shertel@redhat.com>
2020-06-11 10:40:25 -04:00

7 lines
254 B
YAML

# use inventory and cache plugins defined in a content-adjacent collection
plugin: testns.content_adj.statichost
hostname: cache_host_a
cache_plugin: testns.content_adj.custom_jsonfile
cache: yes
cache_connection: inventory_cache
cache_prefix: 'prefix_'