mirror of https://github.com/ansible/ansible.git
inventory: Handle IndexError while parsing limit file (#59776)
Handle IndexError exception raised while parsing the limit file. Fixes: #59695 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/59808/head
parent
8a6c7a97cc
commit
2ebc4e1e7e
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Handle IndexError while parsing empty limit file (https://github.com/ansible/ansible/issues/59695).
|
||||
Loading…
Reference in New Issue