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