The variable ansible_date_time.date
gives the current date and time stamp, however I wish to increment this date by 'X' minutes/days. Is there any built in method or logic to do this?
The -
operator seems to work with date operands, however there doesn't seem to be any straightforward way to increment a date.
I want to accomplish this in a yml script itself and not by using additional Python scripting as described in Is it possible to manipulate the date in an Ansible Playbook