mirror of https://github.com/ansible/ansible.git
Add a test and changelog for non-string host names in yaml inventory files (#77569)
parent
9280396e19
commit
4faa576ee9
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- yaml inventory plugin - fix the error message for non-string hostnames (https://github.com/ansible/ansible/issues/77519).
|
@ -0,0 +1,5 @@
|
||||
all:
|
||||
children:
|
||||
kids:
|
||||
hosts:
|
||||
1234: {}
|
Loading…
Reference in New Issue