only try and set this on x86_64

This commit is contained in:
Kevin Fenzi 2017-04-07 18:34:29 +00:00
parent 7114ae6eeb
commit 0d0421e9de

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
when: max_loop is defined and ansible_architecture == 'x86_64'
tags:
- koji_builder