#jinja2: lstrip_blocks: True {{ ansible_managed | comment }} {% for module in kernel_disable_modules %} install {{ module }} /bin/true {% endfor %} {% for module in kernel_blacklist_modules %} blacklist {{ module }} {% endfor %}