13 lines
448 B
Markdown
13 lines
448 B
Markdown
|
# Ansible role for Upstream source tarball tests
|
||
|
|
||
|
Put this role in your tests.yml playbook. The playbook
|
||
|
will extract the upstream source tarball as described in
|
||
|
the package spec file into a test/source/ directory. You
|
||
|
can then use or execute files (usually tests) from the
|
||
|
upstream sources in your playbook.
|
||
|
|
||
|
You can redefine the following variables:
|
||
|
|
||
|
* srcdir: A directory to extract sources into. This defaults
|
||
|
to {{ playbook_dir }}/source/
|