Skip to content
  • Alexander Block's avatar
    Fix reverse umount in reset role · 1cfaf927
    Alexander Block authored
    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.
    1cfaf927
Loading