mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
The command lxc-clone is deprecated in favor of lxc-copy. This patch changes the lxc module to use the new lxc-copy command by default. If not present, it will fallback to the old lxc-clone command to keep it backward compatible with older versions of lxc.