Merge pull request #980 from InsanePrawn/transport_lxc_fix

ansible_mitogen: correct typo in MitogenViaSpec.mitogen_lxc_path()
pull/984/head
Alex Willmer 1 year ago committed by GitHub
commit 330375be32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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')

Loading…
Cancel
Save