From 11cc509765da3f46b509840fa2c86687a8908f0b Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 21 Aug 2023 09:51:18 +0200 Subject: [PATCH] upt playbook --- playbooks/97_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/97_test.yml b/playbooks/97_test.yml index 2b58613..4302ce6 100644 --- a/playbooks/97_test.yml +++ b/playbooks/97_test.yml @@ -11,4 +11,4 @@ when: inventory_hostname in groups['router'] register: vts_ruleset - debug: - msg: { vts_ruleset } \ No newline at end of file + msg: {{ vts_ruleset }} \ No newline at end of file