Bugfix: Fetch the correct root device

Ansible/python lists are unordered {{ ansible_devices | first }} and
there is no guarantee that we will pick the root partition. This patch
uses root mount (/) to obtain the root device.

Change-Id: I77a8b73ce21647a61effe614f6d3b4a95c86cff5
2 files changed