unarchive single file. unarchive bug?

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?

(A) define “doesn’t work” with respect to set_fact

(B) please start seperate threads on seperate questions

(C) sounds like you just want to decompress it rather than unarchive it to me? That would be fine, look into the creates= parameter on the shell command.