mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix name and default for become plugin config.
Also add version_added.
This commit is contained in:
@@ -848,6 +848,6 @@ httpapi_loader = PluginLoader(
|
||||
become_loader = PluginLoader(
|
||||
'BecomeModule',
|
||||
'ansible.plugins.become',
|
||||
C.DEFAULT_BECOME_PLUGIN_PATH,
|
||||
C.BECOME_PLUGIN_PATH,
|
||||
'become_plugins'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user