Merge pull request #55 from leseb/fix-rgw-pkg

Remove hardcoded distro
pull/56/head
Leseb 2014-03-19 16:28:20 +01:00
commit 57d1f855f4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
apt_repository: repo='deb http://ceph.com/packages/ceph-extras/debian {{ ansible_lsb.codename }} main' state=present
- name: Install Apache, fastcgi and Rados Gateway
apt: pkg={{ item }} state=present default_release=precise
apt: pkg={{ item }} state=present
with_items:
- apache2
- libapache2-mod-fastcgi