You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/always-create-new-role.yml

6 lines
267 B
YAML

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)