Properly handle FieldAttribute.default if callable (#48992)

* Properly handle FieldAttribute.default if callable

Fixes #48673

* Add changelog...

* Add integration test

* Add aliases file
This commit is contained in:
Martin Krizek
2018-11-26 18:14:46 +01:00
committed by GitHub
parent 46b465283c
commit 48ffd8789f
5 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix using omit on play keywords (https://github.com/ansible/ansible/issues/48673)