summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-galaxy-collection/tasks/pulp.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-galaxy-collection/tasks/pulp.yml')
-rw-r--r--test/integration/targets/ansible-galaxy-collection/tasks/pulp.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-galaxy-collection/tasks/pulp.yml b/test/integration/targets/ansible-galaxy-collection/tasks/pulp.yml
new file mode 100644
index 0000000..7b6c5f8
--- /dev/null
+++ b/test/integration/targets/ansible-galaxy-collection/tasks/pulp.yml
@@ -0,0 +1,11 @@
+# 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 }}'