mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
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.