summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/config/cloud-config-gcp.ini.template
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/config/cloud-config-gcp.ini.template')
-rw-r--r--test/lib/ansible_test/config/cloud-config-gcp.ini.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lib/ansible_test/config/cloud-config-gcp.ini.template b/test/lib/ansible_test/config/cloud-config-gcp.ini.template
index 00a20971..626063da 100644
--- a/test/lib/ansible_test/config/cloud-config-gcp.ini.template
+++ b/test/lib/ansible_test/config/cloud-config-gcp.ini.template
@@ -6,7 +6,8 @@
# 2) Using the automatically provisioned cloudstack-sim docker container in ansible-test.
#
# If you do not want to use the automatically provided GCP simulator,
-# fill in the @VAR placeholders below and save this file without the .template extension.
+# fill in the @VAR placeholders below and save this file without the .template extension,
+# into the tests/integration directory of the collection you're testing.
# This will cause ansible-test to use the given configuration and not launch the simulator.
#
# It is recommended that you DO NOT use this template unless you cannot use the simulator.