mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 14:20:45 +00:00
fix(deps): update dependency ansible to v5.2.0 (#295)
This commit is contained in:
parent
c252894586
commit
3e988274a9
6
poetry.lock
generated
6
poetry.lock
generated
@ -1,6 +1,6 @@
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible"
|
name = "ansible"
|
||||||
version = "5.1.0"
|
version = "5.2.0"
|
||||||
description = "Radically simple IT automation"
|
description = "Radically simple IT automation"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = true
|
optional = true
|
||||||
@ -696,11 +696,11 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8.0"
|
python-versions = "^3.8.0"
|
||||||
content-hash = "d5b8cc93b1413ad26bba497377498dc6ca29f89a343d17e3e204121a57fc7fff"
|
content-hash = "913b207083ae59701c7fc51921a250400fdd8dae10cdc4fd4659c0cc008ce6ca"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
{file = "ansible-5.1.0.tar.gz", hash = "sha256:7604f264f9bdf31442ea152fa4eb77fe700100ff5e54103822d284551b7524bc"},
|
{file = "ansible-5.2.0.tar.gz", hash = "sha256:c6d448f229cb4a77a6026bd61bcd5bcf062f4f666f1ed24432ba043d145499cb"},
|
||||||
]
|
]
|
||||||
ansible-core = [
|
ansible-core = [
|
||||||
{file = "ansible-core-2.12.1.tar.gz", hash = "sha256:a4508707262be11bb4dd98a006f1b14817879a055e6b6c46ad9fca8894fb3073"},
|
{file = "ansible-core-2.12.1.tar.gz", hash = "sha256:a4508707262be11bb4dd98a006f1b14817879a055e6b6c46ad9fca8894fb3073"},
|
||||||
|
@ -34,7 +34,7 @@ version = "0.0.0"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
PyYAML = "6.0"
|
PyYAML = "6.0"
|
||||||
ansible = {version = "5.1.0", optional = true}
|
ansible = {version = "5.2.0", optional = true}
|
||||||
ansible-core = {version = "2.12.1", optional = true}
|
ansible-core = {version = "2.12.1", optional = true}
|
||||||
anyconfig = "0.12.0"
|
anyconfig = "0.12.0"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user