From 3db93e4c2a4e82c02f558b30e44571f5360aea63 Mon Sep 17 00:00:00 2001 From: Guilherme Steinmuller Date: Wed, 22 Aug 2018 23:32:34 -0300 Subject: [PATCH] Add missing changelog for PR #44418 (#44478) The PR[1] was merged but we noticed that the changelog file is missing. [1] https://github.com/ansible/ansible/pull/44418 --- changelogs/fragments/fix-os_router.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/fix-os_router.yaml diff --git a/changelogs/fragments/fix-os_router.yaml b/changelogs/fragments/fix-os_router.yaml new file mode 100644 index 00000000000..c982f746f0c --- /dev/null +++ b/changelogs/fragments/fix-os_router.yaml @@ -0,0 +1,3 @@ +bugfixes: + - fix the enable_snat parameter that is only supposed to be used by an user + with the right policies. https://github.com/ansible/ansible/pull/44418