ansible/lib
Dara Poon b16c264dca 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 #59063
2019-07-16 11:31:06 -04:00
..
ansible chroot connection plugin: defer get_option() call (#59065) 2019-07-16 11:31:06 -04:00