diff options
Diffstat (limited to 'test/ci/extra_vars')
-rw-r--r-- | test/ci/extra_vars/default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ci/extra_vars/default.yml b/test/ci/extra_vars/default.yml new file mode 100644 index 000000000..5b9a04cdd --- /dev/null +++ b/test/ci/extra_vars/default.yml @@ -0,0 +1,4 @@ +--- +# Using extra_vars is typically not ideal. Please don't use extra_vars +# unless there is no other way to accomplish a task. +openshift_this_var_is_not_used: True |