mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
powershell modules will have a .ps1 extension
This commit is contained in:
@@ -146,7 +146,7 @@ class PluginLoader(object):
|
||||
if self.class_name:
|
||||
suffixes = ['.py']
|
||||
else:
|
||||
suffixes = ['']
|
||||
suffixes = ['', '.ps1']
|
||||
|
||||
for suffix in suffixes:
|
||||
full_name = '%s%s' % (name, suffix)
|
||||
|
||||
Reference in New Issue
Block a user