Only check grub1 on x86 hw, not ppc
This commit is contained in:
parent
cddcb75d84
commit
902afe8a72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue