mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
pin ansible-compat to earlier version https://github.com/ansible-community/molecule/issues/3903
This commit is contained in:
1
Pipfile
1
Pipfile
@@ -14,6 +14,7 @@ psycopg2-binary = "==2.9.6"
|
|||||||
[dev-packages]
|
[dev-packages]
|
||||||
molecule = "==4.0.4"
|
molecule = "==4.0.4"
|
||||||
molecule-docker = "==2.1.0"
|
molecule-docker = "==2.1.0"
|
||||||
|
ansible-compat = "==3.0.2"
|
||||||
docker = "==6.0.0"
|
docker = "==6.0.0"
|
||||||
pytest = "*"
|
pytest = "*"
|
||||||
pytest-testinfra = "*"
|
pytest-testinfra = "*"
|
||||||
|
|||||||
18
Pipfile.lock
generated
18
Pipfile.lock
generated
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "eeaad2d250a5e85b63da269e00c0de4aa8acd09a16710c9dd8a430fb2e7a68ec"
|
"sha256": "2aae65f2e62821b3d9b00b3c07e94e42adeed4c8638f0378a7e1a3a39b13b6ad"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
@@ -461,11 +461,11 @@
|
|||||||
"develop": {
|
"develop": {
|
||||||
"ansible-compat": {
|
"ansible-compat": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:67f84619b63239383e56eb6725f4617c10569da120b8e78e61ccf779c63afea5",
|
"sha256:1c051fb7cedd7a067c5b8fca86e76109bff69cdd31115dea751e3166296a73da",
|
||||||
"sha256:696162dbc1223c0b474136a61662b3fe44115d490de8da606b149cee572b01ed"
|
"sha256:a10ea191f9efe08590ff64cb46a31af1f8142c08618db1a4bc827ed257c68230"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.9'",
|
"index": "pypi",
|
||||||
"version": "==4.1.2"
|
"version": "==3.0.2"
|
||||||
},
|
},
|
||||||
"ansible-core": {
|
"ansible-core": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@@ -1059,14 +1059,6 @@
|
|||||||
"markers": "python_version < '3.11'",
|
"markers": "python_version < '3.11'",
|
||||||
"version": "==2.0.1"
|
"version": "==2.0.1"
|
||||||
},
|
},
|
||||||
"typing-extensions": {
|
|
||||||
"hashes": [
|
|
||||||
"sha256:88a4153d8505aabbb4e13aacb7c486c2b4a33ca3b3f807914a9b4c844c471c26",
|
|
||||||
"sha256:d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5"
|
|
||||||
],
|
|
||||||
"markers": "python_version < '3.10'",
|
|
||||||
"version": "==4.6.3"
|
|
||||||
},
|
|
||||||
"urllib3": {
|
"urllib3": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f",
|
"sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f",
|
||||||
|
|||||||
Reference in New Issue
Block a user