Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
molecule-role-system
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
VT Ansible Roles
Templates
molecule-role-system
Merge requests
!3
update cookiecutter.json to lower min_ansible_version to tox tested 2.2.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update cookiecutter.json to lower min_ansible_version to tox tested 2.2.2
snappca/tox
into
master
Overview
0
Commits
1
Changes
1
Merged
Christopher A. Snapp
requested to merge
snappca/tox
into
master
7 years ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
976fb0c5
1 commit,
7 years ago
1 file
+
1
−
1
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cookiecutter.json
+
1
−
1
Options
@@ -4,5 +4,5 @@
"description"
:
"your description"
,
"company"
:
"VT"
,
"license"
:
[
"BSD"
,
"MIT"
,
"GPLv2"
,
"GPLv3"
,
"Apache"
,
"CC-BY"
],
"min_ansible_version"
:
"2.
3
.2"
"min_ansible_version"
:
"2.
2
.2"
}