We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using template task
template
- name: Put preferences for backported packages. template: src: preferences.j2 dest: /etc/apt/preferences.d/backports owner: root group: root mode: 0644
with the following template
Package: * Pin: release n={{ansible_distribution_release}}-backports Pin-Priority: 500
ansible-bender judges that the cached image is modified by this task, even if ansible_distribution_relase is not changed.
ansible_distribution_relase
This behavior causes unnecessary actions following template task.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue.
This is interesting, I'd need to dig in and see what's happening.
Sorry, something went wrong.
No branches or pull requests
When using
template
taskwith the following template
ansible-bender judges that the cached image is modified by this task, even if
ansible_distribution_relase
is not changed.This behavior causes unnecessary actions following
template
task.The text was updated successfully, but these errors were encountered: