1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[PR #8077/79d87552 backport][stable-8] remove code no longer used (#8079)

remove code no longer used (#8077)

(cherry picked from commit 79d87552ef)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2024-03-10 12:19:00 +01:00 committed by GitHub
parent c09971a671
commit ce4716bb6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,10 +14,6 @@ from ansible_collections.community.general.plugins.module_utils.module_helper im
)
def single_lambda_2star(x, y, z):
return ["piggies=[{0},{1},{2}]".format(x, y, z)]
def test_dependency_ctxmgr():
ctx = DependencyCtxMgr("POTATOES", "Potatoes must be installed")
with ctx: