gpt4 book ai didi

Ansible 安装 Debian 软件包

转载 作者:行者123 更新时间:2023-12-01 10:32:26 26 4
gpt4 key购买 nike

我正在尝试通过 Ansible apt 任务安装 Debian 软件包:

   - name: Install prince
apt:
deb: http://www.princexml.com/download/prince_11-1_debian8.0_amd64.deb

但是,我收到消息:

SystemError:
E:Could not open file http://www.princexml.com/download/prince_11-1_debian8.0_amd64.deb - open (2: No such file or directory),
E:Unable to determine file size for fd -1 - fstat (9: Bad file descriptor),
E:Read error - read (9: Bad file descriptor)



URL 有效。我可以使用该链接下载到我的本地。我可以使用 dpkg -i 安装.然而,这个ansible任务不起作用。提前致谢。

最佳答案

注意 yml 格式的空格
应该是这样的:

  - name: Install prince
apt:
deb: http://www.princexml.com/download/prince_11-1_debian8.0_amd64.deb

关于Ansible 安装 Debian 软件包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41271525/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com