From 9493f94e5280c18ea5e1732cd7f18f7a7ae274c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=BCnk=C3=B6sd=20Marcell?= Date: Mon, 8 Nov 2021 16:50:27 +0100 Subject: [PATCH] faszom bele --- ansible/prepare.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible/prepare.yaml b/ansible/prepare.yaml index 405f5a1..1c78d7f 100644 --- a/ansible/prepare.yaml +++ b/ansible/prepare.yaml @@ -1,14 +1,10 @@ - name: "prepare vms for ultrabirb-cluster" hosts: all handlers: - - name: "reset connections" - meta: reset_connection - - name: "netplanapply" command: netplan apply async: 45 poll: 0 - notify: "reset connections" tasks: - name: "do apt stuff"