From 9c65c9b05d972351f98dd17cf347d67f8162d2d8 Mon Sep 17 00:00:00 2001 From: marcsello Date: Tue, 9 Nov 2021 01:36:58 +0100 Subject: [PATCH] faszom --- ansible/prepare.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/prepare.yaml b/ansible/prepare.yaml index 1c78d7f..e70d503 100644 --- a/ansible/prepare.yaml +++ b/ansible/prepare.yaml @@ -19,5 +19,8 @@ - name: "clean motd" import_tasks: tasks/clean-motd.yaml + - name: "fix dns" + import_tasks: tasks/fix-dns-resolution.yaml + - name: "setup static route" import_tasks: tasks/setup-static-route.yaml \ No newline at end of file