ansible/changelogs/fragments/64902-fix-allow-duplicates-in-single-role.yml
Kiyo Nagamine daecbb9bf0 Ensure allow_duplicates: true enables to run single role multiple times (#64902) (#65063)
* Ensure `allow_duplicates: true` enables to run single role multiple times(#64902)

* Changed return value in `_load_roles` . Fixes #64902

* Add changelog fragment

* Add an integration test for the issue

* Fix changelog generation error and integration test.

* Fix yaml syntax error in changelog fragment
2019-12-03 10:21:54 -05:00

4 lines
163 B
YAML

---
bugfixes:
- "roles - Ensure that ``allow_duplidates: true`` enables to run single
role multiple times (https://github.com/ansible/ansible/issues/64902)"