1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# ansible-galaxy will generate roles and other things from skeleton files, and
# those should come with a COPYING and README.md.
ansible-core binary: extra-license-file [usr/lib/python3/dist-packages/ansible/galaxy/data/*]
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/*]
ansible-core: package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/ansible/_internal/*]
# upstream is aware of this. ansible-test is the internal testing tool.
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]
# This is intentional.
ansible-core: repeated-path-segment ansible [usr/lib/python3/dist-packages/ansible/_internal/ansible_collections/ansible/]
|