andreasscherbaum / ansible-lxc-ssh

Ansible connection plugin using ssh + lxc-attach
45 stars 22 forks source link

Remove lxc version checking #41

Closed dmp1ce closed 3 years ago

dmp1ce commented 3 years ago

Removed the unnecessary LXC version checks which should fix #37.

Added more tests originally written by @AnvithLobo

Builds on PR #40

stefangweichinger commented 3 years ago

As far as I understand the fixed version check in #38 makes this PR obsolete: we can check the version now OK, with correct user context.

andreasscherbaum commented 3 years ago

Close this PR, as discussed here.