-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
External pip dependencies and fix (temporary?) issue: ansible-communi…
…ty molecule issues 3903
- Loading branch information
1 parent
eaa72ff
commit 53ed080
Showing
2 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
# 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.12 | ||
# Some Jinja2 filters are used that are available in the newer releases. | ||
jinja2>=2.11.2 | ||
# Pinning ansible-compat version due to [bug](https://github.com/ansible-community/molecule/issues/3903) | ||
ansible-compat == 3.0.2 | ||
molecule == 5.* | ||
molecule-plugins[docker] == 23.* | ||
ansible-lint == 6.* | ||
paramiko == 3.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters