Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 vagrant 创建具有 RHEL 7.7 的虚拟机。我对流浪者很陌生。
当我vagrant up下载并安装了许多不同的库和依赖项时。
vagrant up
其中之一是 Ansible。虚拟机无法启动,因为它无法安装 Ansible。
当我尝试执行 yum 命令时,它甚至无法找到 yum。
这里有什么问题,我该如何解决?
谢谢