From b007749f96e9d88bb32f6544133ceed659d51da1 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 2 Apr 2020 20:50:09 +0200 Subject: [PATCH] Improvement learned on https://github.com/robertdebock/ansible-role-artifactory/pull/11 --- templates/CONTRIBUTING.md.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CONTRIBUTING.md.j2 b/templates/CONTRIBUTING.md.j2 index 7331a34..369dd8a 100644 --- a/templates/CONTRIBUTING.md.j2 +++ b/templates/CONTRIBUTING.md.j2 @@ -40,7 +40,7 @@ Now you can start to edit on your laptop. Install [molecule](https://molecule.readthedocs.io/en/stable/) and [Tox](https://tox.readthedocs.io/): ``` -pip install molecule tox +pip install molecule tox ansible-lint docker ``` And run `molecule test`. If you want to test a specific distribution, set `image` and optionally `tag`: