1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/utils
Bowe Strickland 2b3d6d4545 protect PluginLoader._extra_dirs from appending None
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.
2013-01-23 13:55:12 -05:00
..
__init__.py Default module search path is included already 2013-01-22 15:42:49 +01:00
module_docs.py CLI: ansible-doc shows lists of modules & module docs on command-line 2012-11-30 21:57:25 -05:00
plugins.py protect PluginLoader._extra_dirs from appending None 2013-01-23 13:55:12 -05:00
template.py Resolve variable references inside variables 2013-01-09 13:45:55 +01:00