User ansible fails due to failure in installation webmin deb package
The failing task is Install webmin deb package on server Ansible output:
fatal: [server]: FAILED! => {"changed": false, "msg": "'/usr/bin/apt-get -y -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" install 'libnet-ssleay-perl' 'libauthen-pam-perl' 'libio-pty-perl' 'apt-show-versions'' failed: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libn/libnet-ssleay-perl/libnet-ssleay-perl_1.85-2+b1_amd64.deb 404 Not Found [IP: 199.232.18.132 80]\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n", "rc": 100, "stderr": "E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libn/libnet-ssleay-perl/libnet-ssleay-perl_1.85-2+b1_amd64.deb 404 Not Found [IP: 199.232.18.132 80]\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n", "stderr_lines": ["E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libn/libnet-ssleay-perl/libnet-ssleay-perl_1.85-2+b1_amd64.deb 404 Not Found [IP: 199.232.18.132 80]", "E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n libapt-pkg-perl perl-openssl-defaults\nThe following NEW packages will be installed:\n apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl\n libnet-ssleay-perl perl-openssl-defaults\n0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 480 kB of archives.\nAfter this operation, 1,796 kB of additional disk space will be used.\nGet:1 http://httpredir.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB]\nGet:2 http://httpredir.debian.org/debian buster/main amd64 apt-show-versions all 0.22.11 [32.6 kB]\nGet:3 http://httpredir.debian.org/debian buster/main amd64 libauthen-pam-perl amd64 0.16-3+b6 [27.6 kB]\nGet:4 http://httpredir.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB]\nGet:5 http://httpredir.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6,782 B]\nErr:6 http://httpredir.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+b1\n 404 Not Found [IP: 199.232.18.132 80]\nFetched 172 kB in 0s (899 kB/s)\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following additional packages will be installed:", " libapt-pkg-perl perl-openssl-defaults", "The following NEW packages will be installed:", " apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl", " libnet-ssleay-perl perl-openssl-defaults", "0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.", "Need to get 480 kB of archives.", "After this operation, 1,796 kB of additional disk space will be used.", "Get:1 http://httpredir.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB]", "Get:2 http://httpredir.debian.org/debian buster/main amd64 apt-show-versions all 0.22.11 [32.6 kB]", "Get:3 http://httpredir.debian.org/debian buster/main amd64 libauthen-pam-perl amd64 0.16-3+b6 [27.6 kB]", "Get:4 http://httpredir.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB]", "Get:5 http://httpredir.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6,782 B]", "Err:6 http://httpredir.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+b1", " 404 Not Found [IP: 199.232.18.132 80]", "Fetched 172 kB in 0s (899 kB/s)"]}