aboutsummaryrefslogtreecommitdiff
path: root/tasks/post_setup.yaml
blob: 9c65d99a1b1b7120b7af3bb70386b5f3f847c864 (plain)
1
2
3
4
5
6
7
- name: final post-installation reboot
  reboot:
    msg: "final post-installation reboot"
    connect_timeout: 10
    reboot_timeout: 600
    pre_reboot_delay: 5
    post_reboot_delay: 10