]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-osd: add missing container_binary
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 6 Oct 2020 22:09:17 +0000 (18:09 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 7 Oct 2020 12:47:40 +0000 (14:47 +0200)
commitbe1d98f4254e976e7d8bfd14fee7e075004c00a4
treea36ca64741d2236446780f7b021f5c556c1235e1
parent045d4612d6c89c15dd32e1f3ca32deaeb19ca99f
ceph-osd: add missing container_binary

90f3f61 introduced the docker-to-podman.yml playbook but the
ceph-osd-run.sh.j2 template still has some docker hardcoded instead
of using the container_binary variable.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-osd/templates/ceph-osd-run.sh.j2