5 lines
107 B
Django/Jinja
5 lines
107 B
Django/Jinja
# Generated by Ansible
|
|
{% for fs in modprobe_unused_filesystems %}
|
|
install {{ fs }} /bin/true
|
|
{% endfor %}
|