This isn't defined on arm
This commit is contained in:
parent
d2ba50fc29
commit
cddcb75d84
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
|
||||
- name: set kernel params for more loops
|
||||
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
|
||||
when: max_loop.stdout.find("max_loop=64") == -1
|
||||
when: max_loop is defined and max_loop.stdout.find("max_loop=64") == -1
|
||||
|
||||
#
|
||||
# x86_64 builders run pungify, that needs hfs module in order to make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue