ansible-role-grub/handlers/main.yml

12 lines
188 B
YAML
Raw Normal View History

2020-05-18 13:51:01 +02:00
---
# handlers file for grub
- name: update grub
command: "{{ grub_update_grub_command }}"
when:
- ansible_connection != "docker"
2020-05-18 13:51:01 +02:00
notify:
- reboot
- name: reboot
reboot: