From 6e355c0ccca028987c147ac4d06f649370cc2371 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 19 Mar 2014 16:27:24 +0100 Subject: [PATCH] Remove hardcoded distro MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This was a leftover from some previous tests. Closes: #53 Signed-off-by: Sébastien Han --- roles/radosgw/tasks/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3