mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Handle remote_addr change in lxc connection plugin (#7373)
* Stopped container error test * Handle remote_addr change Detect if the remote_addr option changed, and properly "reconnect" aka update the internal state of the plugin instance. * Add changelog fragment * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
33133f3ba9
commit
3ae19aa28f
3 changed files with 65 additions and 4 deletions
3
changelogs/fragments/7373-lxc-remote-addr-change.yml
Normal file
3
changelogs/fragments/7373-lxc-remote-addr-change.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- lxc connection plugin - properly handle a change of the ``remote_addr`` option (https://github.com/ansible-collections/community.general/pull/7373).
|
Loading…
Add table
Add a link
Reference in a new issue