From ad8142fc6d08f9edeb9bc75807eaf04bd558e235 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 15 Jun 2018 10:35:26 -0700 Subject: [PATCH] Add changelog for gce_net sort fix https://github.com/ansible/ansible/pull/41567 --- changelogs/fragments/gce-sort-fix.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/gce-sort-fix.yaml diff --git a/changelogs/fragments/gce-sort-fix.yaml b/changelogs/fragments/gce-sort-fix.yaml new file mode 100644 index 00000000000..fc7fd70c330 --- /dev/null +++ b/changelogs/fragments/gce-sort-fix.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: +- gce_net - Fix sorting of allowed ports (https://github.com/ansible/ansible/pull/41567)