Skip to content

Commit

Permalink
#79 add molecule-docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
blalop committed Aug 20, 2021
1 parent 665d89b commit 92e30ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).

## Unreleased
### Added
- *[#79](https://github.com/idealista/cookiecutter-ansible-role/issues/79) Add molecule-docker support* @blalop

## [2.7.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.7.0)
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.6.1...2.7.0)
### Added
Expand Down
1 change: 1 addition & 0 deletions cookiecutter.json
Expand Up @@ -10,6 +10,7 @@
"ansible_version": "",
"molecule_version": "",
"python_docker_version": "",
"molecule_docker_version": "",
"ansible_lint_version":"",
"license":"Apache 2.0",
"galaxy_tag_1":"example_tag1",
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.app_name}}_role/test-requirements.txt
@@ -1,4 +1,5 @@
ansible=={{ cookiecutter.ansible_version }}
molecule=={{ cookiecutter.molecule_version }}
docker=={{ cookiecutter.python_docker_version }}
molecule-docker=={{ cookiecutter.molecule_docker_version }}
ansible-lint=={{ cookiecutter.ansible_lint_version }}

0 comments on commit 92e30ec

Please sign in to comment.