summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-02-29 23:11:25 +0100
committerMatt Clay <matt@mystile.com>2020-03-01 21:29:54 +0100
commit99e657162fde9c0c5d71d4ade486a34d61ef19bd (patch)
treeaa0dde1dc461ca7b08df99545384e38b5283f640 /changelogs
parentSkip mongodb tests on all centos versions. (diff)
downloadansible-99e657162fde9c0c5d71d4ade486a34d61ef19bd.tar.xz
ansible-99e657162fde9c0c5d71d4ade486a34d61ef19bd.zip
Fix ansible-test module_utils analysis.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-ast-parse-bytes.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-ast-parse-bytes.yml b/changelogs/fragments/ansible-test-ast-parse-bytes.yml
new file mode 100644
index 0000000000..330ee8f558
--- /dev/null
+++ b/changelogs/fragments/ansible-test-ast-parse-bytes.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - "ansible-test - Fix regression introduced in https://github.com/ansible/ansible/pull/67063 which caused module_utils analysis to fail on Python 2.x."