]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-agent: install the correct package for the agent in Ubuntu 853/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 20 Jun 2016 11:49:40 +0000 (07:49 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 20 Jun 2016 11:49:40 +0000 (07:49 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1348130

roles/ceph-agent/tasks/pre_requisite.yml

index 620167cba341427ce2cee852d67c6edbeb805a4c..1ed8a2ab3c48160fa24053977f0364a558cf8c80 100644 (file)
@@ -7,7 +7,7 @@
 
 - name: install dependencies
   apt:
-    pkg: calamari-server
+    pkg: rhscon-agent
     state: present
   when: ansible_os_family == 'Debian'
   tags: