this is grub2-efi.cfg on uefi installs

This commit is contained in:
Kevin Fenzi 2018-08-24 22:19:08 +00:00
parent 49b55c8d46
commit 88b9913b1e

View file

@ -2,7 +2,7 @@
# This role sets up serial console on ttyS0
#
- name: check for grub serial setup
command: cat /etc/grub2.cfg
command: cat /etc/grub2-efi.cfg
register: serial
check_mode: no
changed_when: '1 != 1'