Skip to content

Commit

Permalink
Add requirements, especially for the Jinja2 requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 11, 2020
1 parent f2435d6 commit ae3dca6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions requirements.txt
@@ -0,0 +1,10 @@
# These role have been tested with these PIP component.
# To install the required version yourself, use a command as:
# `python -m pip --user install -r requirements.txt`
# See the pip requirements file documentation for details:
# https://pip.pypa.io/en/stable/user_guide/#requirements-files
#
# Tests run on the previous and current (latest) version of Ansible.
ansible>=2.9
# Some Jinja2 filters are used that are available in the newer releases.
jinja2>=2.11.2

0 comments on commit ae3dca6

Please sign in to comment.