mirror of https://github.com/ansible/ansible.git
fact gathering, prevent "UnboundLocalError: local variable 'datafile' referenced before assignment" when open(path) fails. (#76751)
Co-authored-by: jean kahrs <j.kahrs@hosting.de>pull/74828/merge
parent
e33e7233d0
commit
c8dd96b076
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- gather_facts - Fact gathering now continues even if it fails to read a file
|
Loading…
Reference in New Issue