Hi,
any clue how to unarchive single file (i.e. file_name.bz2 → file_name) other than copy then call bunzip?
btw there’re no problems with multifile archives…
also:
set_fact: fact=value
doesn’t work, while
set_fact:
fact: value
does.
shouldn’t docs be updated?