Skip to content

Commit

Permalink
Require Ansible < 2.10 for the moment.
Browse files Browse the repository at this point in the history
ElastiCluster will work also with Ansible 2.10, but internal restructuring of
Ansible to support collections made it incompatible with Mitogen and maybe
other add-ons -- I do not have time now to investigate compatibility issues,
so let's exclude 2.10 for now.
  • Loading branch information
riccardomurri committed Feb 11, 2021
1 parent 50223b3 commit f241336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-#
#
# Copyright (C) 2021 Google LLC
# Copyright (C) 2013-2019 University of Zurich. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -124,7 +125,7 @@ def run_tests(self):
'pip>=9.0.0', ## see issue #433
#'ara', # optional
'PyCLI',
'ansible>=2.7',
'ansible>=2.7,<2.10',
'click>=4.0', ## click.prompt() added in 4.0
'coloredlogs',
'netaddr',
Expand Down

0 comments on commit f241336

Please sign in to comment.