Files @ 76588ecee3af
Branch filter:

Location: majic-ansible-roles/roles/common/templates/pipreqcheck_requirements.txt.j2

branko
MAR-98: Added support to common role for checking upgrades in pip requirements files via pip-tools. This is done through a custom script, with interested roles needing to deploy the files under a specific location. A crontab will run during midnight performing the check.
1
2
3
{% for requirement in pip_check_requirements %}
{{ requirement }}
{% endfor %}