this is grub2-efi.cfg on uefi installs
This commit is contained in:
parent
49b55c8d46
commit
88b9913b1e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue