ceph-ansible/roles/ceph-defaults
Sébastien Han 8f71c08e7b handler: display ceph status properly
Fix bash error, doing ceph "$CEPH_CLI" -s gives us

ceph '--name client.bootstrap-osd --keyring
/var/lib/ceph/bootstrap-osd/test.keyring --cluster test' -s

which results in a wrongly formatted command. Removing the double quotes
expands the array properly.

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-22 17:45:35 +02:00
..
defaults config: remove max open file 2017-09-20 23:06:01 +02:00
handlers name includes and set_fact for clarity 2017-09-18 23:39:46 +02:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks name includes and set_fact for clarity 2017-09-18 23:39:46 +02:00
templates handler: display ceph status properly 2017-09-22 17:45:35 +02:00