I have a need to run a playbook using yesterday’s date as a variable in the playbook…
I had a thought to have two scheduled jobs…one to set a fact with the date the job is running, then use that on the next scheduled job, but I’m not entirely sure if that’s the best way when really I just need to have a way to find yesterday’s date in an ansible playbook.