Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833)

This commit is contained in:
Matt Martz
2018-10-12 10:43:09 -05:00
committed by GitHub
parent 0dd17b521f
commit a06a5ded61
14 changed files with 57 additions and 37 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- FieldAttribute - Do not use mutable defaults, instead allow supplying a callable for defaults of mutable types (https://github.com/ansible/ansible/issues/46824)