summaryrefslogtreecommitdiffstats
path: root/roles/python/meta/argument_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/python/meta/argument_specs.yml')
-rw-r--r--roles/python/meta/argument_specs.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/python/meta/argument_specs.yml b/roles/python/meta/argument_specs.yml
new file mode 100644
index 00000000..ef13b7c8
--- /dev/null
+++ b/roles/python/meta/argument_specs.yml
@@ -0,0 +1,13 @@
+---
+argument_specs:
+ main:
+ options:
+ python_global_version:
+ type: "str"
+ description: "The pyenv python global version to use, default: system"
+ default: "system"
+ python_versions:
+ type: "list"
+ description: "The python versions to install"
+ elements: "str"
+ default: []