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
|
- name: install dependencies
|
||||||
apt:
|
apt:
|
||||||
pkg: calamari-server
|
pkg: rhscon-agent
|
||||||
state: present
|
state: present
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue