aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt/handlers/main.yml
blob: 354104a83c67c6fb32e173b228ad8d631ec3956d (plain) (blame)
1
2
3
4
5
6
- name: Reboot
  become: true
  ansible.builtin.reboot:
    # 3 minutes is plenty.
    reboot_timeout: 180
  listen: apt_reboot