Usualy compatibility is quite good...
When going from 1.9 to 2.1, I had quite some porting code to do
From now, change between version is generally deprecated before being obsoleted.
So expect some work for your very old scripts using version 1.5...
Thanks Alicia for letting us know about maintained versions.
But, While i’m upgrading my scripts from 1.5.3/2.1.1 to 2.9 , Some of the expressions were not getting evaluated successfully.
I found that “%{%d:%Y:%H:%m:%S}t” is not getting evaluated and throwing the error like “ERROR! failed at splitting arguments, either an unbalanced jinja2 block or quotes”
Finally, {%{%d} is not getting evaluated in ansible2.9 bit i’m not sure in rest of the maintained versions.
Thanks Alicia for letting us know about maintained versions.
But, While i'm upgrading my scripts from 1.5.3/2.1.1 to 2.9 , Some of the expressions were not getting evaluated
successfully.
I found that "%{%d:%Y:%H:%m:%S}t" is not getting evaluated and throwing the error like "ERROR! failed at splitting
arguments, either an unbalanced jinja2 block or quotes"
Finally, {%{%d} is not getting evaluated in ansible2.9 bit i'm not sure in rest of the maintained versions.
Could you please help me on this ?
Please explain the context of this expressions and what you expect as outcome.