]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
purge: fix resolve parent device task
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Jan 2018 16:27:53 +0000 (17:27 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 30 Jan 2018 16:40:10 +0000 (17:40 +0100)
commitf372a4232e830856399a25e55c2ce239ac086614
tree50727dee081a418114f539d172d96d01a9f2168d
parent5132cc3de4780fdfb4fdeab7535c3bc50151aa6b
purge: fix resolve parent device task

This is a typo caused by leftover.
It was previously written like this :
`shell: echo /dev/$(lsblk -no pkname "{{ item }}") }}")`
and has been rewritten to :
`shell: $(lsblk --nodeps -no pkname "{{ item }}") }}")`
because we are appending later the '/dev/' in the next task.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1540137
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/purge-docker-cluster.yml