mirror of https://github.com/ansible/ansible.git
allow multiple types for null representation (#78451)
* allow multiple types for null representation '' is not Nonetype fixes #76493pull/78528/head
parent
3a59cb25f4
commit
0de4480467
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- null_representation config entry changed to 'raw' as it must allow 'none/null' and empty string.
|
@ -0,0 +1,2 @@
|
||||
[defaults]
|
||||
null_representation = null
|
@ -0,0 +1,2 @@
|
||||
[defaults]
|
||||
null_representation = ''
|
@ -0,0 +1,2 @@
|
||||
[defaults]
|
||||
null_representation = none
|
Loading…
Reference in New Issue