mono-infrastructure/ansible/playbooks/templates/etc/modprobe.d/cis.conf.j2
2020-12-12 02:11:30 +01:00

5 lines
107 B
Django/Jinja

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