summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorAngusWarren <angus@warren.bz>2020-07-30 04:32:16 +0800
committerGitHub <noreply@github.com>2020-07-29 20:32:16 +0000
commit84e5bb7da5cbafdd64325d26d57abc9bcf79b2dc (patch)
tree85daf81861c6fa0d939b489b06e6b93bacc1bfe9 /changelogs
parent1795b189f7a3ca83ff3c67e189cfd1c83cc4b433 (diff)
downloadvyos-ansible-old-84e5bb7da5cbafdd64325d26d57abc9bcf79b2dc.tar.gz
vyos-ansible-old-84e5bb7da5cbafdd64325d26d57abc9bcf79b2dc.zip
Prevent vyos_config from saving in check mode. (#53)
Prevent vyos_config from saving in check mode. Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragements/prevent-vyos_config-saving-in-check-mode.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragements/prevent-vyos_config-saving-in-check-mode.yaml b/changelogs/fragements/prevent-vyos_config-saving-in-check-mode.yaml
new file mode 100644
index 0000000..d03856e
--- /dev/null
+++ b/changelogs/fragements/prevent-vyos_config-saving-in-check-mode.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - vyos_config - fixed issue where config could be saved while in check mode (https://github.com/ansible-collections/vyos.vyos/pull/53)