ansible-ops-management/templates/etc/modprobe.d/cis.conf.j2

5 lines
107 B
Django/Jinja

# Generated by Ansible
{% for fs in modprobe_unused_filesystems %}
install {{ fs }} /bin/true
{% endfor %}