mirror of https://github.com/ansible/ansible.git
clean_facts - use correct variable when evaluating the string (#64284)
A regexp object has no .startswith() method, which caused an unnecessary try/except block to be added to handle this.pull/64397/head
parent
816e194e37
commit
c67c23234a
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- clean_facts - use correct variable to avoid unnecessary handling of ``AttributeError``
|
||||
Loading…
Reference in New Issue