It's conf with grub1

This commit is contained in:
Kevin Fenzi 2014-02-06 17:04:04 +00:00
parent 7dc5b9151e
commit 6e4e48d8b3

View file

@ -147,7 +147,7 @@
when: ansible_distribution == 'Fedora'
- name: check for max_loop with grub1
command: cat /etc/grub.cfg
command: cat /etc/grub.conf
register: max_loop
always_run: yes
changed_when: '1 != 1'