In running an old playbook there were deprecation warnings about always_on.
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead…
There are two very small issues with this; the double periods at the end and the phrase "check_mode = ". For us newbies “check_mode: no” would be less confusing.
In looking at the potential to contribute, logging a bug is an easy first step. The secondary question is, for a potential new developer, is this something to fix? Or is the “variable = value” thing a cultural standard?
Thanks!
Leam