mirror of https://github.com/ceph/ceph-ansible.git
ceph-agent: install the correct package for the agent in Ubuntu
Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: rhbz#1348130pull/853/head
parent
d679eacd46
commit
ac99802409
|
@ -7,7 +7,7 @@
|
|||
|
||||
- name: install dependencies
|
||||
apt:
|
||||
pkg: calamari-server
|
||||
pkg: rhscon-agent
|
||||
state: present
|
||||
when: ansible_os_family == 'Debian'
|
||||
tags:
|
||||
|
|
Loading…
Reference in New Issue