mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Fix name and default for become plugin config.
Also add version_added.
This commit is contained in:
parent
89a022b6a0
commit
fa82188147
2 changed files with 4 additions and 3 deletions
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue