summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-12-01 17:05:26 +0000
committerGitHub <noreply@github.com>2016-12-01 17:05:26 +0000
commit30b5b3accb093ea9ce1da3c6a0ca15eaa24c9304 (patch)
treeac439d9bf37358ab3094829d613d0404dbc7ff93
parent519e21075715f63271bde4c8f094c857d48c7b66 (diff)
downloadansible-modules-core-30b5b3accb093ea9ce1da3c6a0ca15eaa24c9304.tar.gz
Missing space between key:value (#5785)
-rw-r--r--network/vyos/vyos_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/vyos/vyos_facts.py b/network/vyos/vyos_facts.py
index 3b0e5558..8e068484 100644
--- a/network/vyos/vyos_facts.py
+++ b/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: