
It adds all the requires files for ansible-role-collect-logs in order to consume it as a role. It also moves README.md to README.rst Added pre-commit and removes ansible-lint.sh. https://tree.taiga.io/project/tripleo-ci-board/task/890 Change-Id: I259f148e03c09e27edfb1bcc251cc62f0f1f59e9 Signed-off-by: Chandan Kumar <chkumar@redhat.com>
9 lines
334 B
INI
9 lines
334 B
INI
[defaults]
|
|
gathering = smart
|
|
command_warnings = False
|
|
retry_files_enabled = False
|
|
callback_whitelist = profile_tasks
|
|
|
|
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
|
|
roles_path = roles:$VIRTUAL_ENV/usr/share/local/ansible/roles/tripleo-collect-logs:$VIRTUAL_ENV/usr/local/share/local
|