mirror of https://github.com/ansible/ansible.git
but warn that content cound not be sorted because of this
* added tests
(cherry picked from commit 527bff6b79
)
pull/73777/head
parent
d78867e493
commit
df5d595984
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-inventory CLI - Deal with failures when sorting JSON and you have incompatible key types (https://github.com/ansible/ansible/issues/68950).
|
@ -0,0 +1,6 @@
|
||||
all:
|
||||
hosts:
|
||||
testing123:
|
||||
x:
|
||||
a: 1
|
||||
0: 2
|
Loading…
Reference in New Issue