mirror of https://github.com/ansible/ansible.git
chroot connection plugin: defer get_option() call (#59065)
* The chroot connection plugin crashes because its constructor calls self.get_option(...) before the plugin loader has established its self._load_name. Therefore, we should defer the self.get_option(...) call so that it happens in connect(). Fixes #59063pull/59150/head
parent
88c4cf28ea
commit
b16c264dca
Loading…
Reference in New Issue