最新の更新を含むubuntu 14.04システム:
$ ansible --version
ansible 1.5.4
$ apt-cache policy ansible
ansible:
Installed: 1.5.4+dfsg-1
Candidate: 1.5.4+dfsg-1
Version table:
1.7.1+dfsg-1~ubuntu14.04.1 0
100 http://ca.archive.ubuntu.com/ubuntu/ trusty-backports/universe AMD64 Packages
*** 1.5.4+dfsg-1 0
500 http://ca.archive.ubuntu.com/ubuntu/ trusty/universe AMD64 Packages
100 /var/lib/dpkg/status
ここで答えを見つけました:
https://help.ubuntu.com/community/UbuntuBackports
インストールする:
$ Sudo apt-get install ansible/trusty-backports
上記のリンクには、バックポートの安定性とセキュリティサポートに関する情報が含まれています。
新しいUbuntuバージョンの場合、これにより正しいバックポート名が入力されます。
Sudo apt install -t `lsb_release -cs`-backports ansible
ここで、-cs
== --codename
+ --short
。