mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-11 20:29:57 +00:00
Fix a bug in the context code.
This commit is contained in:
parent
7ad121760e
commit
e02ef61f11
@ -101,7 +101,7 @@ class Context(object):
|
|||||||
meta["Name"],
|
meta["Name"],
|
||||||
orchestrator=meta["Metadata"].get("StackOrchestrator", None),
|
orchestrator=meta["Metadata"].get("StackOrchestrator", None),
|
||||||
endpoints=meta.get("Endpoints", None),
|
endpoints=meta.get("Endpoints", None),
|
||||||
description=meta.get('Description'))
|
description=meta["Metadata"].get('Description'))
|
||||||
instance.context_type = meta["Metadata"].get("Type", None)
|
instance.context_type = meta["Metadata"].get("Type", None)
|
||||||
instance._load_certs()
|
instance._load_certs()
|
||||||
instance.meta_path = get_meta_dir(name)
|
instance.meta_path = get_meta_dir(name)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user