From 9ce2f9dc4c8ef9fbd47656e61b429d1e6d2f356c Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Wed, 5 Jul 2023 20:19:41 -0400 Subject: [PATCH] Update README.md --- roles/ee_builder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ee_builder/README.md b/roles/ee_builder/README.md index fcf19d5..c04ffa0 100644 --- a/roles/ee_builder/README.md +++ b/roles/ee_builder/README.md @@ -44,7 +44,7 @@ Best practice is to use the default images, unless needing to pull from another |`ee_builder_dir`|playbook_directory|no|str|The directory to store all build and context files.|'/tmp'| |`ee_builder_dir_clean`|true|no|bool|Whether to delete the build dir when done.|true| |`ee_container_runtime`|podman|no|str|container run time to use podman/docker.|podman| -|`ee_version`|3|no|int|What Execution Environment version to use.|2| +|`ee_version`|3|no|int|What Execution Environment definition file version to use. This can be different then the actual buider version.|3| |`ee_galaxy_keyring`||no|str|Path to the keyring to verify collection signatures during installation.|| |`ee_galaxy_ignore_signature_status_code`||no|list|List of status codes to ignore while verifying collections.|-500| |`galaxy_required_valid_signature_count`||no|int|Number of required valid collection signatures.|5|