summaryrefslogtreecommitdiff
path: root/changelogs/fragments/always-create-new-role.yml
blob: 87209ccc07d1a947c6d2600f61176361534b448d (plain)
1
2
3
4
5
bugfixes:
- role deduplication - Always create new role object, regardless of
  deduplication. Deduplication will only affect whether a duplicate call to a
  role will execute, as opposed to re-using the same object.
  (https://github.com/ansible/ansible/pull/78661)