mirror of
https://github.com/rocky-linux/infrastructure
synced 2025-01-08 18:30:55 +00:00
make linter happy
This commit is contained in:
parent
dca7691f4a
commit
dec785e225
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@
|
||||||
- harden
|
- harden
|
||||||
|
|
||||||
- name: Rebuild grub
|
- name: Rebuild grub
|
||||||
command: /usr/sbin/grub2-mkconfig -o {{ grub_config_path_link }}
|
command: "/usr/sbin/grub2-mkconfig -o {{ grub_config_path_link }}"
|
||||||
|
changed_when: flase
|
||||||
tags:
|
tags:
|
||||||
- grub
|
- grub
|
||||||
- kernel
|
- kernel
|
||||||
|
|
Loading…
Reference in a new issue