2020-06-17 23:06:07 +02:00
|
|
|
# These tasks configure pulp/pulp_ansible so that we can use the container
|
|
|
|
# This will also reset pulp between iterations
|
2020-10-28 00:17:40 +01:00
|
|
|
# A module is used to make the tests run quicker as this will send lots of API requests.
|
|
|
|
- name: reset pulp content
|
|
|
|
reset_pulp:
|
|
|
|
pulp_api: '{{ pulp_api }}'
|
|
|
|
galaxy_ng_server: '{{ galaxy_ng_server }}'
|
|
|
|
url_username: '{{ pulp_user }}'
|
|
|
|
url_password: '{{ pulp_password }}'
|
2020-11-19 19:54:40 +01:00
|
|
|
repositories: '{{ pulp_repositories }}'
|
2020-10-28 00:17:40 +01:00
|
|
|
namespaces: '{{ collection_list|map(attribute="namespace")|unique + publish_namespaces }}'
|