summaryrefslogtreecommitdiff
path: root/changelogs/fragments/64379-no-loop-unsafe.yml
blob: 5b00b0915b4e7645bcea8dbafc4f992465e1d855 (plain)
1
2
3
4
5
bugfixes:
- loops - Do not indiscriminately mark loop items as unsafe, only apply unsafe
  to ``with_`` style loops. The items from ``loop`` should not be explicitly
  wrapped in unsafe. The underlying templating mechanism should dictate this.
  (https://github.com/ansible/ansible/issues/64379)