This repository has been archived on 2020-12-09. You can view files and clone it, but cannot push or open issues or pull requests.
ansible.pkg_utils/templates/etc/updatedb.conf.j2

7 lines
284 B
Django/Jinja

# {{ ansible_managed }}
PRUNE_BIND_MOUNTS="{{ 'yes' if pkg_utils_updatedb_prune_bind_mounts else 'no' }}"
PRUNENAMES="{{ pkg_utils_updatedb_prunenames | join(' ') }}"
PRUNEPATHS="{{ pkg_utils_updatedb_prunepaths | join(' ') }}"
PRUNEFS="{{ pkg_utils_updatedb_prunefs | join(' ') }}"