mirror of https://github.com/ansible/ansible.git
Avoid a traceback when using accelerate
This bit of code is attempting to access accelerate_inventory_host, which may not have been set/created. This will cause a traceback. Instead use getattr with a fallback to False.pull/5086/head
parent
12ed39ef7b
commit
5522d489e3
Loading…
Reference in New Issue