ceph-ansible/roles/ceph-container-common
Sébastien Han cfac79bec4 container-common: remove old check
This removes a bit of unnecessary code, the check was always wrong
because of the condition 'not ceph_current_status.get('rc', 1) == 0'
It will never match since `Not` is used for bool and we are checking for
an rc.
Also, even though the check would work, this will be a major blocker for
a complete meltdown. If the whole platform is shutdown then nothing will
be up but files will be present, so this check is definitely wrong.

Signed-off-by: Sébastien Han <seb@redhat.com>
2018-12-03 14:39:43 +01:00
..
defaults docker-common: rename role 2018-11-12 10:51:48 +01:00
meta docker-common: rename role 2018-11-12 10:51:48 +01:00
tasks container-common: remove old check 2018-12-03 14:39:43 +01:00
README.md docker-common: rename role 2018-11-12 10:51:48 +01:00

README.md

Ansible role: ceph-docker

Documentation is available at http://docs.ceph.com/ceph-ansible/.