Merge pull request #980 from InsanePrawn/transport_lxc_fix

ansible_mitogen: correct typo in MitogenViaSpec.mitogen_lxc_path()
This commit is contained in:
Alex Willmer 2023-02-05 19:00:30 +00:00 committed by GitHub
commit 330375be32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ class MitogenViaSpec(Spec):
return self._host_vars.get('mitogen_kubectl_path')
def mitogen_lxc_path(self):
return self.host_vars.get('mitogen_lxc_path')
return self._host_vars.get('mitogen_lxc_path')
def mitogen_lxc_attach_path(self):
return self._host_vars.get('mitogen_lxc_attach_path')