cyberghostvpnというVPNをubuntuに入れようとして、ハマってしまいました。
下記のエラーが出て詰まっています。
一番後の 【"Do you want to override the original configuration file? [Y/n]: "】でYを入力したいのですが上手くいきません。
fatal: [user6]: FAILED! => {"changed": true, "cmd": "bash install.sh", "delta": "0:00:30.118359", "end": "2020-10-21 10:53:12.403240", "msg": "command exceeded timeout", "rc": null, "start": "2020-10-21 10:52:42.284881", "stdout": "\r\nCyberGhost Installer ...\r\n\r\nNo LSB modules are available.\r\nNo LSB modules are available.\r\nChecking if glibc version is compatible\r\nThe glibc version is compatible, continue...\r\nCheck if \"curl\" package is already installed ... Yes\r\nCheck if \"openvpn\" package is already installed ... Yes\r\nChecking OpenVPN version ... Latest ...\r\nCheck if \"resolvconf\" package is already installed ... Yes\r\nCheck if \"wireguard\" package is already installed ... Yes\r\nContinue ...\r\nInstalling application ...\r\nCreate symlinks ...\r\nDo you want to override the original configuration file? [Y/n]: ", "stdout_lines": ["", "CyberGhost Installer ...", "", "No LSB modules are available.", "No LSB modules are available.", "Checking if glibc version is compatible", "The glibc version is compatible, continue...", "Check if \"curl\" package is already installed ... Yes", "Check if \"openvpn\" package is already installed ... Yes", "Checking OpenVPN version ... Latest ...", "Check if \"resolvconf\" package is already installed ... Yes", "Check if \"wireguard\" package is already installed ... Yes", "Continue ...", "Installing application ...", "Create symlinks ...", "Do you want to override the original configuration file? [Y/n]: "]}
プログラム
- name: cyberghostvpn become: true expect: chdir: cyberghostvpn-ubuntu-20.04-1.3.4/ command: bash install.sh responses: "Do you want to override the original configuration file? [Y/n]: " : Y
Y
を"Y"
にしても上手くいきません。
どうすれば良いでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。