
Estoy usando Ansible para instalar los paquetes de Nginx en mi servidor Slave1 desde el servidor Master (Nota: tanto el servidor Master como el Slave tienen Ubuntu 18.04 y los estoy ejecutando dentro de contenedores Docker), pero cada vez que ejecuto el comando Ansible para hacer esto, obteniendo el siguiente error. Estoy atrapado aquí, ¿cuál es la solución para esto? Ayúdenme a solucionar este problema.
root@afb19093484e:/# ansible Slave1 -m apt -a "name=nginx state=present"
172.17.0.3 | FAILED! => {
"changed": false,
"cmd": "apt-get update",
"msg": "E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet (invalid for another 3d 21h 33min 13s). Updates for this repository will not be applied.\nE: Release file for http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease is not valid yet (invalid for another 3d 23h 23min 36s). Updates for this repository will not be applied.",
"rc": 100,
"stderr": "E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet (invalid for another 3d 21h 33min 13s). Updates for this repository will not be applied.\nE: Release file for http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease is not valid yet (invalid for another 3d 23h 23min 36s). Updates for this repository will not be applied.\n",
"stderr_lines": [
"E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet (invalid for another 3d 21h 33min 13s). Updates for this repository will not be applied.",
],
Respuesta1
Asegúrese de que el reloj del sistema esté configurado en UTC y que esté dentro de unos minutos de UTC.