blob: 034b166a28e8c804e3c59378bb94e0503fcebfa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# That's just normal HTML. Tables, example output, etc.
ansible source: source-is-missing [ansible_collections/containers/podman/docs/*.html]
# Yep. It doesn't. And it won't. That's not how ansible works.
ansible source: package-does-not-install-examples [ansible_collections/*]
# That's an issue the upstream maintainers have to fix.
ansible source: uses-python-distutils [ansible_collections/*]
# No.
ansible source: maintainer-manual-page [debian/man/ansible-community.1]
|