You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ansible-galaxy-collection/tasks/pulp.yml

12 lines
545 B
YAML

# These tasks configure pulp/pulp_ansible so that we can use the container
# This will also reset pulp between iterations
# 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 }}'
repositories: '{{ pulp_repositories }}'
namespaces: '{{ collection_list|map(attribute="namespace")|unique + publish_namespaces }}'