only try and set this on x86_64
This commit is contained in:
parent
7114ae6eeb
commit
0d0421e9de
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@
|
||||||
|
|
||||||
- name: set kernel params for more loops
|
- name: set kernel params for more loops
|
||||||
command: /sbin/grubby --update-kernel=ALL --args=max_loop=64
|
command: /sbin/grubby --update-kernel=ALL --args=max_loop=64
|
||||||
when: max_loop is defined
|
when: max_loop is defined and ansible_architecture == 'x86_64'
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue