Skip to content

Commit

Permalink
specify minimal required ansible version
Browse files Browse the repository at this point in the history
- fixes /issues/1054

Signed-off-by: Daniel Horak <dahorak@redhat.com>
  • Loading branch information
dahorak committed Dec 12, 2018
1 parent 5e78bae commit e2c101d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -112,7 +112,7 @@ def run(self):
license="LGPL-2.1+",
zip_safe=False,
install_requires=[
"ansible",
"ansible>=2.5",
"psutil",
"python-etcd",
"python-dateutil",
Expand Down
2 changes: 1 addition & 1 deletion tendrl-commons.spec
Expand Up @@ -13,7 +13,7 @@ BuildRequires: python-mock
BuildRequires: python-six
BuildRequires: systemd

Requires: ansible
Requires: ansible >= 2.5
Requires: python-maps
Requires: python-dateutil
Requires: python-dns
Expand Down

0 comments on commit e2c101d

Please sign in to comment.