blob: 2a283b543975ef7f3f84eb75863f9d29900bb214 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ansible-galaxy will generate roles and other things from skeleton files, and
# those should come with a README.md.
ansible-core binary: package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/ansible/galaxy/data/*]
# ansible-test needs those files to work.
ansible-core binary: package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/ansible_test/*]
# upstream is aware of this. ansible-connection is an internal tool that will be
# migrated away from /usr/bin/, it should not be run by users. ansible-test is
# the internal testing tool.
ansible-core binary: no-manual-page [usr/bin/ansible-connection]
ansible-core binary: no-manual-page [usr/bin/ansible-test]
# This is not documentation.
ansible-core binary: package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/ansible_core-*.dist-info/top_level.txt]
|