From b05df29978b89482295b2b261ca49a290233bf4b Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 1 Dec 2016 17:05:26 +0000 Subject: [PATCH] Missing space between key:value (#5785) --- lib/ansible/modules/network/vyos/vyos_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/vyos/vyos_facts.py b/lib/ansible/modules/network/vyos/vyos_facts.py index 3b0e555853..8e068484ff 100644 --- a/lib/ansible/modules/network/vyos/vyos_facts.py +++ b/lib/ansible/modules/network/vyos/vyos_facts.py @@ -57,7 +57,7 @@ vars: - name: collect only the config and default facts vyos_facts: - gather_subset:config + gather_subset: config - name: collect everything exception the config vyos_facts: