0bbb67383b
* Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827)
* Skip self._parent on dynamic, defer to grandparent for attr lookup
* Revert _inheritable
* Add tests for include inheritance from static blocks
Fixes #38037 #36194
(cherry picked from commit 354aa8d602
)
* Add changelog for #38827
2 lines
127 B
YAML
2 lines
127 B
YAML
bugfixes:
|
|
- dynamic includes - Allow inheriting attributes from static parents (https://github.com/ansible/ansible/pull/38827)
|