summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-06-15 10:35:26 -0700
committerMatt Clay <matt@mystile.com>2018-06-18 15:02:10 -0700
commitd66dc0dcf34a335dec4959b6e5d08d50f984598a (patch)
tree6b22088741b6b54d38cdd4561cc07d67e5a96b1a
parent5dd90fb752856b802ef9a8e03f44d684b690664d (diff)
downloadansible-d66dc0dcf34a335dec4959b6e5d08d50f984598a.tar.gz
[stable-2.6] Add changelog for gce_net sort fix
https://github.com/ansible/ansible/pull/41567 (cherry picked from commit ad8142fc6d08f9edeb9bc75807eaf04bd558e235) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
-rw-r--r--changelogs/fragments/gce-sort-fix.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/gce-sort-fix.yaml b/changelogs/fragments/gce-sort-fix.yaml
new file mode 100644
index 0000000000..fc7fd70c33
--- /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)