aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/common/handlers/main.yaml
blob: 0a4944b4ca36a24cb305603882d51dfd418b3eef (plain)
1
2
3
4
5
6
7
8
---
# file: roles/common/handlers/main.yaml

- name: Reboot Server
  ansible.builtin.reboot:
    reboot_timeout: 3600
  tags:
    - reboot-server