You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
714 B

  1. ansible>=2.2.1
  2. netaddr
  3. # Ansible 2.2.1 requires jinja2<2.9, see <https://github.com/ansible/ansible/blob/v2.2.1.0-1/setup.py#L25>,
  4. # but without explicit limiting upper jinja2 version here pip ignores
  5. # Ansible requirements and installs latest available jinja2
  6. # (pip is not very smart here), which is incompatible with with
  7. # Ansible 2.2.1.
  8. # With incompatible jinja2 version "ansible-vault create" (and probably other parts)
  9. # fails with:
  10. # ERROR! Unexpected Exception: The 'jinja2<2.9' distribution was not found
  11. # and is required by ansible
  12. # This upper limit should be removed in 2.2.2 release, see:
  13. # <https://github.com/ansible/ansible/commit/978311bf3f91dae5806ab72b665b0937adce38ad>
  14. jinja2>=2.8,<2.9