mirror of https://github.com/ansible/ansible.git
Fix encoding issue when parsing plugin examples (#39872)
This caused a non-fatal traceback when building, for example, the module
documentation for the debug module.
(cherry picked from commit 3e64036684)
pull/40119/head
parent
37fcd689e5
commit
c833b096fa
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Fix an encoding issue when parsing the examples from a plugins' documentation
|
||||
Loading…
Reference in New Issue