i want to create an backup with Backup_<Date + Time> so i use:
defaults\main.yml
file_date: "{{ lookup('pipe','date +%Y-%m-%d-%H-%M-%S') }}"
and then i want to transfer the file.
But between backup and transfer the time has changed... so my transfer goes wrong
What can i do ?