mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 02:30:03 -03:30
* Update ansible-lint to 5.4.0 (#8607) It seems that the Rich version 11.0.0 has a breaking change. So need to update ansible-lint to 5.3.2 or later. * Fix for ansible-lint no-changed-when rule (#8607)
This commit is contained in:
@@ -4,7 +4,7 @@ apache-libcloud==2.2.1
|
||||
tox==3.11.1
|
||||
dopy==0.3.7
|
||||
cryptography==2.8
|
||||
ansible-lint==5.0.11
|
||||
ansible-lint==5.4.0
|
||||
openshift==0.8.8
|
||||
molecule==3.0.6
|
||||
molecule-vagrant==0.3
|
||||
|
||||
@@ -4,7 +4,7 @@ apache-libcloud==2.2.1
|
||||
tox==3.11.1
|
||||
dopy==0.3.7
|
||||
cryptography==2.8
|
||||
ansible-lint==5.0.11
|
||||
ansible-lint==5.4.0
|
||||
openshift==0.8.8
|
||||
molecule==3.0.6
|
||||
molecule-vagrant==0.3
|
||||
|
||||
@@ -4,7 +4,7 @@ apache-libcloud==2.2.1
|
||||
tox==3.11.1
|
||||
dopy==0.3.7
|
||||
cryptography==2.8
|
||||
ansible-lint==5.0.11 ; python_version >= '3.0'
|
||||
ansible-lint==5.4.0 ; python_version >= '3.0'
|
||||
ansible-lint==4.2.0 ; python_version < '3.0'
|
||||
openshift==0.8.8
|
||||
molecule==3.0.6 ; python_version >= '3.0'
|
||||
|
||||
Reference in New Issue
Block a user