From 975f66f2eebe9dadba04f275774d4ab83f74cf25 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:04:41 +0200 Subject: Adding upstream version 7.7.0+dfsg. Signed-off-by: Daniel Baumann --- .../cloud/tests/integration/cloud-config-vultr.ini.template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template (limited to 'ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template') diff --git a/ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template b/ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template new file mode 100644 index 000000000..bdd336278 --- /dev/null +++ b/ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template @@ -0,0 +1,12 @@ +# This is the configuration template for ansible-test Vultr integration tests. +# +# You do not need this template if you are: +# +# 1) Running integration tests without using ansible-test. +# +# If you want to test against the Vultr public API, +# fill in the values below and save this file without the .template extension. +# This will cause ansible-test to use the given configuration. + +[default] +key = ... -- cgit v1.2.3