mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
PluginLoader.add_directory() can receive None from, for example, Inventory.add_directory(self.basedir()) if host_list is a custom list. None has no reasonable interpretation other than ignore it.