Files
fedora-infra_ansible/tasks/koji/builder_kernel_config.yml
2013-11-05 20:49:27 +00:00

12 lines
382 B
YAML

- name: set kernel params for loopback partitioning
action: command /sbin/grubby --update-kernel=ALL --args=loop.max_part=256
- name: set kernel params for more loops
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
- name: special pkgs for the x86_64 builders
yum: state=installed pkg=$item
with_items:
- kmod-hfsplus
when: is_rhel == 'True'