ansible / ansible-documentation

Ansible community documentation
https://docs.ansible.com/
GNU General Public License v3.0
62 stars 369 forks source link

WARN from package_facts_module.rst #1648

Closed oraNod closed 1 week ago

oraNod commented 1 week ago

package_facts_module.rst:28: WARNING: Lexing literal_block '1 validation error for ModuleDocSchema\ndoc -> options -> manager -> root\n Invalid value {\'apk\': [\'Alpine Linux package manager\'], \'apt\': [\'For DEB based distros, C(python-apt) package must be installed on targeted hosts\'], \'auto\': [\'Depending on O(strategy), will match the first or all package managers provided, in order\'], \'dnf\': [\'Alias to rpm\'], \'dnf5\': [\'Alias to rpm\'], \'openbsd_pkg\': [\'Alias to pkg_info\'], \'pacman\': [\'Archlinux package manager/builder\'], \'pkg\': [\'libpkg front end (FreeBSD)\'], \'pkg5\': [\'Alias to pkg\'], \'pkg_info\': [\'OpenBSD package manager\'], \'pkgng\': [\'Alias to pkg\'], \'portage\': ["Handles ebuild packages, it requires the C(qlist) utility, which is part of \'app-portage/portage-utils\'"], \'rpm\': [\'For RPM based distros, requires RPM Python bindings, not installed by default on Suse (python3-rpm)\'], \'yum\': [\'Alias to rpm\'], \'zypper\': [\'Alias to rpm\']} for "choices": <class \'dict\'> cannot be converted to a list (type=value_error)' as "YAML+Jinja" resulted in an error at token: ','. Retrying in relaxed mode.

Appears to be related to https://github.com/ansible/ansible/pull/83149

oraNod commented 1 week ago

Closing this issue as something we can't fix in this repo. This one instead: https://github.com/ansible-community/antsibull-docs/issues/287