aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/handlers/main.yml
blob: e7fa3e92328d3d749bea4cf17d07fff9acbda24b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
- name: Reboot
  reboot:
  # Don't reboot yourself accidentally:
  when: 'ansible_env["SSH_CLIENT"].split()[0] not in ansible_all_ipv4_addresses'
  listen: reboot

- name: Wait for connectivity
  # One of the nodes is the VPN server connecting all the other nodes, wait
  # until all of them are back up:
  wait_for_connection:
  listen: reboot