I've been using Ansible as a clone of the git repo, periodically checking out newer stable branches. I'm currently using the stable-2.8 branch but looking to move to a newer version.
With the latest version of Ansible, it's just the filename. So ansible_managed has gone from
# Ansible managed, do not edit directly: /home/mike/blah/roles/core/templates/bash_prompt.sh.j2 by mike on foo
to
# Ansible managed, do not edit directly: bash_prompt.sh.j2 by mike on foo
It this expected behaviour?
thanks,
mike