Fix requirements
Cap ansible at <2.10 and fix hacking Change-Id: I509b642e2c1ddb95c7d4a94a134f0c4e1b8ff8e2
This commit is contained in:
parent
b25e82c0e3
commit
24f495b820
@ -2,5 +2,5 @@
|
|||||||
# to licensing conflicts. But we sill need to be able to pull them in for
|
# to licensing conflicts. But we sill need to be able to pull them in for
|
||||||
# lint checks and want to document these as ansible specific things that may
|
# lint checks and want to document these as ansible specific things that may
|
||||||
# be required for this repository.
|
# be required for this repository.
|
||||||
ansible
|
ansible<2.10
|
||||||
ansible-lint
|
ansible-lint
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: OpenStack
|
role_name: chrony
|
||||||
|
author: tripleo
|
||||||
description: chrony role
|
description: chrony role
|
||||||
company: Red Hat
|
company: Red Hat
|
||||||
license: Apache 2.0
|
license: Apache 2.0
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
pbr>=1.6
|
pbr>=1.6
|
||||||
ansible
|
ansible<2.10
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
docutils
|
docutils
|
||||||
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
hacking>=4.0.0,<4.1.0 # Apache-2.0
|
||||||
pyflakes>=2.2.0
|
pyflakes>=2.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user