this now fails when undefined
This commit is contained in:
parent
8cd3f46eb2
commit
8c2d3b5a9d
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 and max_loop.stdout.find("max_loop=64") == -1
|
when: max_loop is defined
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue