Closed dmp1ce closed 3 years ago
testing it right now with debops.lxc
@dmp1ce I added a test matrix for different Ansible versions: https://github.com/andreasscherbaum/ansible-lxc-ssh/pull/32 Can you rebase your patch please, and let's see if it works with all versions. Thanks!
@dmp1ce Thanks for verifying. I have one last code question left, which is more a performance issue. See the inline comment please.
Oh, and there is another PR merged in the meantime, that might require another rebase of your PR.
Thanks for this PR! Really appreciated.
Fixes #30
The
lxc_host
needed to be created because the new_build_command
function messes with the ssh args I think. I couldn't get the script to work without adding thelxc_host
variable which I think makes more sense for the plugin anyway.