From 399251dfc28ae8274c9871e6dc0abae7c3a04180 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 23 Feb 2023 09:45:52 +0100 Subject: [PATCH] There is a default. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b4f4c..02f7e21 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This (optional) file describes how Tox and Molecule should behave. |parameter |type |default|description | |------------------------|---------------|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------| -|tox_ansible_versions |list of strings|not set|What versions should Tox test? (Default: all.) | +|tox_ansible_versions |list of strings|[[5,6,7]](https://github.com/robertdebock/ansible-generator/blob/master/templates/tox.ini.j2#L7)|What versions should Tox test? (Default: all.) | |github_variables_mapping|list |not set|A list of `name` and `variable`, `name` refers to the GitHub exposed name, `variable` refers to the name you'd like to pass to molecule, tox and Ansible.| ## Example