Only check grub1 on x86 hw, not ppc

This commit is contained in:
Kevin Fenzi 2014-02-06 17:26:32 +00:00
parent cddcb75d84
commit 902afe8a72

View file

@ -151,7 +151,7 @@
register: max_loop
always_run: yes
changed_when: '1 != 1'
when: ansible_distribution == 'RedHat'
when: ansible_distribution == 'RedHat' and ansible_architecture == 'x86_64'
- name: set kernel params for more loops
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64