【发布时间】:2016-11-17 17:42:03
【问题描述】:
我需要安装ansible 2.1.0.0-1.el7。我的设置不适用于我安装的最新版本的 ansible:
yum -y --enablerepo=epel install ansible
这给了我ansible-2.2.0.0-3.el7.noarch。所以我试图列出旧版本,但我找不到它们:
# yum -y --enablerepo=epel --showduplicates list ansible
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror2.hs-esslingen.de
* epel: epel.mirrors.ovh.net
* extras: it.centos.contactlab.it
* updates: mirror.netcologne.de
Available Packages
ansible.noarch 2.2.0.0-3.el7 epel
This is a site 在那里我找到了多个版本,但我不知道如何安装它。
谁能帮我安装我需要的 Ansible 版本?
【问题讨论】: