Set-OPS-Public/roles/systemd_ssh_auto/handlers/main.yml

5 lines
84 B
YAML
Raw Normal View History

---
- name: Update grub
ansible.builtin.command: update-grub
changed_when: true