Now that we're running apt/repos.yml tasks on Xenial, we can move
the fastcgi repo to ubuntu_14.yml since it's exclusive to that distro
version.
Signed-off-by: David Galloway <dgallowa@redhat.com>
---
-common_apt_repos:
- # mod_fastcgi for radosgw
- - "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-{{ansible_distribution_release}}-x86_64-basic/ref/master/ {{ansible_distribution_release}} main"
-
common_packages:
# for apache
- libfcgi0ldbl
---
+apt_repos:
+ # mod_fastcgi for radosgw
+ - "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main"
+
packages:
- libboost-thread1.54.0
- mpich