diff options
author | Matt Clay <matt@mystile.com> | 2020-02-29 23:11:25 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-03-01 21:29:54 +0100 |
commit | 99e657162fde9c0c5d71d4ade486a34d61ef19bd (patch) | |
tree | aa0dde1dc461ca7b08df99545384e38b5283f640 /changelogs | |
parent | Skip mongodb tests on all centos versions. (diff) | |
download | ansible-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.yml | 2 |
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." |