I’ve seen some examples referring to the use of lookup with log_path to log output to datestamped logfiles:
e.g.
log_path = ~/.ansible/logs/ansible.{{ lookup(‘pipe’, ‘date +%Y%m%d’) }}.log
I’ve been trying various permutations of this pattern but nothing seems to work. File permissions are correct as the logfile that is written to is quite literally the label from above including the curly braces and parens.
Is this use of lookup with log_path in ansible.cfg no longer supported?