c12s-kubespray/roles/reset/tasks
Alexander Block 1cfaf927c9 Fix reverse umount in reset role
The Jinja2 filter 'reverse' returned an iterator instead of a list,
resulting in the umount task to fail.

Intead of using the reverse filter, we use 'tac' to reverse the output
of the previous task.
2016-12-13 14:21:24 +01:00
..
main.yml Fix reverse umount in reset role 2016-12-13 14:21:24 +01:00