From: Sébastien Han Date: Wed, 19 Mar 2014 15:27:24 +0000 (+0100) Subject: Remove hardcoded distro X-Git-Tag: v1.0.0~374^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F55%2Fhead;p=ceph-ansible.git Remove hardcoded distro This was a leftover from some previous tests. Closes: #53 Signed-off-by: Sébastien Han --- diff --git a/roles/radosgw/tasks/Debian.yml b/roles/radosgw/tasks/Debian.yml index 1d67f08f0..f5b600e82 100644 --- a/roles/radosgw/tasks/Debian.yml +++ b/roles/radosgw/tasks/Debian.yml @@ -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