[ansible] update ansible and cryptography requirements to work on ubuntu 22.04 (#8826)
This commit is contained in:
parent
0c504e4984
commit
3a89e31dee
7 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
ansible==4.8.0
|
ansible==4.10.0
|
||||||
ansible-core==2.11.6
|
ansible-core==2.11.11
|
||||||
cryptography==2.8
|
cryptography==3.4.8
|
||||||
jinja2==2.11.3
|
jinja2==2.11.3
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
pbr==5.4.4
|
pbr==5.4.4
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
ansible==5.7.0
|
ansible==5.7.1
|
||||||
ansible-core==2.12.5
|
ansible-core==2.12.5
|
||||||
cryptography==2.8
|
cryptography==3.4.8
|
||||||
jinja2==2.11.3
|
jinja2==2.11.3
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
pbr==5.4.4
|
pbr==5.4.4
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
ansible==2.9.27
|
ansible==2.9.27
|
||||||
|
cryptography==2.8
|
||||||
jinja2==2.11.3
|
jinja2==2.11.3
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
pbr==5.4.4
|
pbr==5.4.4
|
||||||
|
|
|
@ -3,7 +3,6 @@ yamllint==1.19.0
|
||||||
apache-libcloud==2.2.1
|
apache-libcloud==2.2.1
|
||||||
tox==3.11.1
|
tox==3.11.1
|
||||||
dopy==0.3.7
|
dopy==0.3.7
|
||||||
cryptography==2.8
|
|
||||||
ansible-lint==5.4.0
|
ansible-lint==5.4.0
|
||||||
molecule==3.0.6
|
molecule==3.0.6
|
||||||
molecule-vagrant==0.3
|
molecule-vagrant==0.3
|
||||||
|
|
|
@ -3,7 +3,6 @@ yamllint==1.19.0
|
||||||
apache-libcloud==2.2.1
|
apache-libcloud==2.2.1
|
||||||
tox==3.11.1
|
tox==3.11.1
|
||||||
dopy==0.3.7
|
dopy==0.3.7
|
||||||
cryptography==2.8
|
|
||||||
ansible-lint==5.4.0
|
ansible-lint==5.4.0
|
||||||
molecule==3.0.6
|
molecule==3.0.6
|
||||||
molecule-vagrant==0.3
|
molecule-vagrant==0.3
|
||||||
|
|
|
@ -3,7 +3,6 @@ yamllint==1.19.0
|
||||||
apache-libcloud==2.2.1
|
apache-libcloud==2.2.1
|
||||||
tox==3.11.1
|
tox==3.11.1
|
||||||
dopy==0.3.7
|
dopy==0.3.7
|
||||||
cryptography==2.8
|
|
||||||
ansible-lint==5.4.0
|
ansible-lint==5.4.0
|
||||||
molecule==3.0.6
|
molecule==3.0.6
|
||||||
molecule-vagrant==0.3
|
molecule-vagrant==0.3
|
||||||
|
|
|
@ -3,7 +3,6 @@ yamllint==1.19.0
|
||||||
apache-libcloud==2.2.1
|
apache-libcloud==2.2.1
|
||||||
tox==3.11.1
|
tox==3.11.1
|
||||||
dopy==0.3.7
|
dopy==0.3.7
|
||||||
cryptography==2.8
|
|
||||||
ansible-lint==5.4.0 ; python_version >= '3.0'
|
ansible-lint==5.4.0 ; python_version >= '3.0'
|
||||||
ansible-lint==4.2.0 ; python_version < '3.0'
|
ansible-lint==4.2.0 ; python_version < '3.0'
|
||||||
molecule==3.0.6 ; python_version >= '3.0'
|
molecule==3.0.6 ; python_version >= '3.0'
|
||||||
|
|
Loading…
Reference in a new issue