summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-galaxy-collection-scm/templates/source_and_name_and_type.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-galaxy-collection-scm/templates/source_and_name_and_type.yml')
-rw-r--r--test/integration/targets/ansible-galaxy-collection-scm/templates/source_and_name_and_type.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-galaxy-collection-scm/templates/source_and_name_and_type.yml b/test/integration/targets/ansible-galaxy-collection-scm/templates/source_and_name_and_type.yml
new file mode 100644
index 0000000..01a2ea2
--- /dev/null
+++ b/test/integration/targets/ansible-galaxy-collection-scm/templates/source_and_name_and_type.yml
@@ -0,0 +1,5 @@
+collections:
+ # should not work: source is expected to be a galaxy server name or URL
+ - source: git+file://{{ scm_path }}/amazon.aws/.git
+ name: ansible.nope
+ type: git