From 2f51ad4c36a10a3e1cb7256351ee1cdf031bf6ca Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Aug 2021 13:38:14 +0300 Subject: factor out handlers to role "common" --- roles/pacman/handlers/main.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 roles/pacman/handlers/main.yml (limited to 'roles/pacman/handlers') diff --git a/roles/pacman/handlers/main.yml b/roles/pacman/handlers/main.yml deleted file mode 100644 index e7fa3e9..0000000 --- a/roles/pacman/handlers/main.yml +++ /dev/null @@ -1,11 +0,0 @@ -- 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 -- cgit v1.2.3