We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d488b5e + 317a2ab commit 330375bCopy full SHA for 330375b
ansible_mitogen/transport_config.py
@@ -753,7 +753,7 @@ def mitogen_kubectl_path(self):
753
return self._host_vars.get('mitogen_kubectl_path')
754
755
def mitogen_lxc_path(self):
756
- return self.host_vars.get('mitogen_lxc_path')
+ return self._host_vars.get('mitogen_lxc_path')
757
758
def mitogen_lxc_attach_path(self):
759
return self._host_vars.get('mitogen_lxc_attach_path')
0 commit comments