ansible-ops-management/templates/etc/modprobe.d/cis.conf.j2
nazunalika 0b878ece70
add 9
2022-06-02 14:47:36 -07:00

5 lines
107 B
Django/Jinja

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