In ansible, I would like to manipulate files/directories/archive that are composed or to composed like this:
How would I do that. It seem Ansible is not able to handler that. (I doubt). So, what I do wrong ?
Ex:
- name: create file with a date in name
file: path=/path/somefile.`date +%y_%m_%d`
- name: unzip a file
unarchive: path=/path/zomezip.`date +%y_%m_%d`.tar.gz bla bla....