mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
11 lines
363 B
YAML
11 lines
363 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
|
|
action: yum state=installed pkg=$item
|
|
with_items:
|
|
- kmod-hfsplus
|