mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #853 from ceph/rhbz-1348130
ceph-agent: install the correct package for the agent in Ubuntupull/857/head
commit
443a11427c
|
@ -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