Fix more become plugins (#708)

* Fix more become plugins.

* Don't re-use var.

* Other way around.
This commit is contained in:
Felix Fontein 2020-07-29 20:27:16 +02:00 committed by GitHub
commit 08f10d5758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 113 additions and 8 deletions

View file

@ -13,7 +13,6 @@ DOCUMENTATION = '''
options:
become_user:
description: User you 'become' to execute the task
default: ''
ini:
- section: privilege_escalation
key: become_user