Ensure we don't overwrite roles from include/import_role when loading the play (#47512)

* Ensure we don't overwrite roles from include/import_role when loading the play. Fixes #47454

* Add changelog fragment
This commit is contained in:
Matt Martz
2018-10-23 11:08:48 -05:00
committed by GitHub
parent e1c2dd383a
commit d5e4f37ca0
5 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- roles - Ensure that we don't overwrite roles that have been registered (from imports) while parsing roles under the roles header (https://github.com/ansible/ansible/issues/47454)