diff options
author | Wim de With <wf@dewith.io> | 2020-12-09 01:25:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 00:25:04 +0000 |
commit | 59dad0ffed43b0f7fc3026fc8014e2092cb5b68b (patch) | |
tree | b0e5124337b960a40eba47dd947e770c5ee8b9b8 /changelogs | |
parent | 6c51003d205242acd18bdfb6bd3400c5cfdba419 (diff) | |
download | vyos-ansible-old-59dad0ffed43b0f7fc3026fc8014e2092cb5b68b.tar.gz vyos-ansible-old-59dad0ffed43b0f7fc3026fc8014e2092cb5b68b.zip |
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/config-processed-as-command.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/config-processed-as-command.yaml b/changelogs/fragments/config-processed-as-command.yaml new file mode 100644 index 0000000..b34f5a0 --- /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. |