1c71e5098f
Because Ansible official testing tools (ansible-test) cannot be used without a collection, we change the code layout to make conformant. WARNING: The role is no longer considered to be named "ansible-role-collect-logs" but "collect_logs" instead, with a temporary alias called "collect-logs". Checklist: - [x] ansible-test sanity checks runs (does not need to pass) - [x] zuul is still able to use the role - [x] infrared is still able to use the role - [x] molecule tests are running and passing - [x] tripleo-ci jobs still collect the files One symlink is still needed for infrared until related patch lands: https://review.gerrithub.io/c/redhat-openstack/infrared/+/508861 Change-Id: Ib87622797a284d837ee579d9cccec0ed73306626 Story: TRIPLEOCI-305
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
pbr>=1.6
|
|
# Do not remove 2.10, ansible-test and tox-ansible require it
|
|
ansible>=2.5,<2.11
|