Backup files do not have proper GID
Description
During backup made files are made inside docker container and after that they are archive using ansible archive module. This file(s)/archive(s) are owned by proper user bur their GID is the same as UID but should be GID.
Proposal
Add user and group values to docker_container and archive modules in backup_index action.