From: Alfredo Deza Date: Mon, 20 Jun 2016 11:49:40 +0000 (-0400) Subject: ceph-agent: install the correct package for the agent in Ubuntu X-Git-Tag: v1.0.6~84^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F853%2Fhead;p=ceph-ansible.git ceph-agent: install the correct package for the agent in Ubuntu Signed-off-by: Alfredo Deza Resolves: rhbz#1348130 --- diff --git a/roles/ceph-agent/tasks/pre_requisite.yml b/roles/ceph-agent/tasks/pre_requisite.yml index 620167cba..1ed8a2ab3 100644 --- a/roles/ceph-agent/tasks/pre_requisite.yml +++ b/roles/ceph-agent/tasks/pre_requisite.yml @@ -7,7 +7,7 @@ - name: install dependencies apt: - pkg: calamari-server + pkg: rhscon-agent state: present when: ansible_os_family == 'Debian' tags: