Файл версии для http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease еще не допустим

Я использую Ansible для установки пакетов Nginx на моем сервере Slave1 от Главного сервера (Примечание - и Основной и Ведомый сервер имеет Ubuntu 18.04, и я выполняю эти внутренние контейнеры Докера), но каждый раз я выполняю команду Ansible, чтобы сделать это, добираясь ниже ошибки. Я застреваю здесь, каково решение для этого. heklp я в отладке этой проблемы.

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.", 
    ], 
1
задан 28 May 2018 в 20:32

1 ответ

Удостоверьтесь, что системные часы установлены на UTC и в течение нескольких минут после UTC.

5
ответ дан 3 December 2019 в 06:37

Другие вопросы по тегам:

Похожие вопросы: