summaryrefslogtreecommitdiff
path: root/ansible/roles/srv01/tasks/reboot.yaml
blob: 29ea4b09d6f80e000b1e3c37701a058ee5f6a28f (plain)
1
2
3
4
5
- name: "{{ main_linux_srv01_hostname }}.{{ main_domain_name }}: reboot"
  command: "shutdown -r now &"
  async: 1
  poll: 0
  ignore_errors: true