From d528ec81f49c2b10accf19eb48c2290d90c4d6b9 Mon Sep 17 00:00:00 2001 From: Vladimir Still <git@vstill.eu> Date: Wed, 16 Nov 2022 09:15:47 +0100 Subject: [PATCH] ansible: Wake-on-lan for gate --- ansible/gate.vstill.cz.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/gate.vstill.cz.yml b/ansible/gate.vstill.cz.yml index dc11c01..5f1b48b 100644 --- a/ansible/gate.vstill.cz.yml +++ b/ansible/gate.vstill.cz.yml @@ -338,6 +338,11 @@ - python3-certbot-nginx - certbot + - name: Extra utilities + apt: + pkg: + - wakeonlan + handlers: - name: restart dhcpd service: -- GitLab