From 7023982a1e4f0b8f3ef1f35cc43e2d0d3d519ed9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 6 Jul 2023 17:16:47 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test.yml b/test.yml index 84a0f36..8a53f07 100644 --- a/test.yml +++ b/test.yml @@ -6,10 +6,6 @@ hosts: all tasks: - - name: Get config for VyOS devices - vyos.vyos.vyos_facts: - gather_subset: all - - name: Display the config debug: msg: "The hostname is {{ ansible_net_hostname }} and the OS is {{ ansible_net_version }}"