this now fails when undefined

This commit is contained in:
Kevin Fenzi 2017-04-07 01:54:59 +00:00
parent 8cd3f46eb2
commit 8c2d3b5a9d

View file

@ -238,7 +238,7 @@
- name: set kernel params for more loops
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:
- koji_builder