mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 08:34:21 -07:00
Fix more become plugins (#708)
* Fix more become plugins. * Don't re-use var. * Other way around.
This commit is contained in:
parent
bc5dde0e25
commit
08f10d5758
10 changed files with 113 additions and 8 deletions
|
@ -13,7 +13,6 @@ DOCUMENTATION = '''
|
|||
options:
|
||||
become_user:
|
||||
description: User you 'become' to execute the task
|
||||
default: ''
|
||||
ini:
|
||||
- section: privilege_escalation
|
||||
key: become_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue