diff --git a/test-ansible-deps.txt b/test-ansible-deps.txt index ebe8f71b..cbc7a184 100644 --- a/test-ansible-deps.txt +++ b/test-ansible-deps.txt @@ -10,9 +10,6 @@ # The Ansible version used for testing ansible==2.7.10 -# The Ansible lint version used for lint tests -ansible-lint==3.4.21 - # Used for the ip filter within ansible netaddr diff --git a/test-requirements.txt b/test-requirements.txt index 9ccefabb..c086afca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,6 +19,7 @@ # Used for lint tests bashate>=0.5.1 # Apache-2.0 flake8<2.6.0,>=2.5.4 # MIT +ansible-lint==3.4.21 # MIT # Used to help make SNI connections work from python # if python itself does not support it properly (<2.7.9).