There is a default.

This commit is contained in:
Robert de Bock 2023-02-23 09:45:52 +01:00
parent 3f71953cf5
commit 399251dfc2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ This (optional) file describes how Tox and Molecule should behave.
|parameter |type |default|description | |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.| |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 ## Example