Skip to content
Snippets Groups Projects
Commit b28a6f54 authored by nimrod's avatar nimrod
Browse files

Avoid Ansible 2.10 for Endless for now.

The dynamic EC2 inventory fails with Ansible 2.10. Need to address that.
parent e9b15557
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ verify_ssl = true ...@@ -7,7 +7,7 @@ verify_ssl = true
protobuf = "==3.5.2.post1" protobuf = "==3.5.2.post1"
[packages] [packages]
ansible = "*" ansible = "<2.10"
bcrypt = "*" bcrypt = "*"
boto = "*" boto = "*"
boto3 = "*" boto3 = "*"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment