From 59dad0ffed43b0f7fc3026fc8014e2092cb5b68b Mon Sep 17 00:00:00 2001 From: Wim de With Date: Wed, 9 Dec 2020 01:25:04 +0100 Subject: vyos_config: Fix config being processed as command (#94) vyos_config: Fix config being processed as command Reviewed-by: https://github.com/apps/ansible-zuul --- changelogs/fragments/config-processed-as-command.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/config-processed-as-command.yaml (limited to 'changelogs') diff --git a/changelogs/fragments/config-processed-as-command.yaml b/changelogs/fragments/config-processed-as-command.yaml new file mode 100644 index 00000000..b34f5a09 --- /dev/null +++ b/changelogs/fragments/config-processed-as-command.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - vyos_config - Only process src files as commands when they actually contain commands. This fixes an issue were the whitespace preceding a configuration key named 'set' was stripped, tripping up the parser. -- cgit v1.2.3