Clean it up.
This commit is contained in:
parent
46a85427d7
commit
171d2e0a57
|
|
@ -1,15 +1,5 @@
|
||||||
# These role have been tested with these PIP component.
|
# Pinning ansible-compat version due to [bug](https://github.com/ansible-community/molecule/issues/3903)
|
||||||
# To install the required version yourself, use a command as:
|
ansible-compat == 3.0.2
|
||||||
# `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-core >= {{ meta.galaxy_info.min_ansible_version }}
|
|
||||||
# Some Jinja2 filters are used that are available in the newer releases.
|
|
||||||
jinja2 >= 2.11.2
|
|
||||||
|
|
||||||
# For testing this role using `molecule` in CI, these requirements are needed.
|
|
||||||
molecule == 5.*
|
molecule == 5.*
|
||||||
molecule-plugins[docker] == 23.*
|
molecule-plugins[docker] == 23.*
|
||||||
ansible-lint == 6.*
|
ansible-lint == 6.*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue