Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chroot connection plugin: defer get_option() call (ansible#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 ansible#59063
- Loading branch information