From 347faec64cae21e3da9dd3f4e44332493b434d96 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 5 Oct 2023 17:34:57 +1300 Subject: [PATCH] Fix error --- tasks/networking.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/networking.yml b/tasks/networking.yml index 01f134a..2beca19 100644 --- a/tasks/networking.yml +++ b/tasks/networking.yml @@ -1,7 +1,8 @@ --- - name: What is virtualization type? debug: - msg: "Virtualization is: {{ ansible_virtualization_type }} + msg: "Virtualization is: {{ ansible_virtualization_type }}" + - name: Ensure DNS and SSH common config template: src: "{{ network_config.src }}"