Skip to content

Commit 317a2ab

Browse files
InsanePrawnmoreati
authored andcommitted
ansible_mitogen: correct typo in MitogenViaSpec.mitogen_lxc_path()
self.host_vars -> self._host_vars
1 parent d488b5e commit 317a2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_mitogen/transport_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def mitogen_kubectl_path(self):
753753
return self._host_vars.get('mitogen_kubectl_path')
754754

755755
def mitogen_lxc_path(self):
756-
return self.host_vars.get('mitogen_lxc_path')
756+
return self._host_vars.get('mitogen_lxc_path')
757757

758758
def mitogen_lxc_attach_path(self):
759759
return self._host_vars.get('mitogen_lxc_attach_path')

0 commit comments

Comments
 (0)