Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Fix invalid import default_rulesdir
Browse files Browse the repository at this point in the history
Fixes willthames#91. Pin the ansible-lint version.
Current version 4.3.1 refactor *default_rulesdir* away.
  • Loading branch information
Kevin S Kirkup committed Aug 24, 2020
1 parent 29c2d00 commit 9050270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
packages=find_packages('lib'),
include_package_data=True,
zip_safe=False,
install_requires=['ansible-lint>=3.4.1', 'pyyaml', 'appdirs', 'unidiff', 'flake8'],
install_requires=['ansible-lint==4.3.0', 'pyyaml', 'appdirs', 'unidiff', 'flake8'],
entry_points={
'console_scripts': [
'ansible-review = ansiblereview.__main__:main'
Expand Down

0 comments on commit 9050270

Please sign in to comment.