web-dev-qa-db-ja.com

http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InReleaseのリリースファイルはまだ有効ではありません

私はAnsibleを使用してマスターサーバーからSlave1サーバーにNginxパッケージをインストールしています(注-マスターサーバーとスレーブサーバーの両方にUbuntu 18.04があり、これらをDockerコンテナー内で実行しています)が、これを行うために毎回Ansibleコマンドを実行していますエラーを下回っています。私はここで立ち往生しています、これに対する解決策は何ですか?この問題のデバッグにご協力ください。

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
Pankaj Navneet

システムクロックがUTCに設定され、UTCから数分以内であることを確認してください。

4