O arquivo de release para http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease ainda não é válido

1

Estou usando o Ansible para instalar os pacotes Nginx no servidor Slave1 do servidor mestre (Observação: os servidores mestre e escravo já estão usando o Ubuntu 18.04 e estou executando esses contêineres do Docker), mas toda vez que eu estou executando o comando Ansible para fazer isso, ficando abaixo do erro. Estou preso aqui, qual é a solução para isso. Por favor, me ajude a depurar 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.", 
    ], 
    
por Pankaj Navneet 28.05.2018 / 18:37

1 resposta

2

Verifique se o relógio do sistema está definido para UTC e se está a poucos minutos do UTC.

    
por HairyNetworkAdmin 14.06.2018 / 23:56