mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
declare types in Ansible Tower module options
This commit is contained in:
committed by
Ryan Petrello
parent
e097bc61c8
commit
c103a813bf
@@ -130,7 +130,8 @@ options:
|
||||
become_method:
|
||||
description:
|
||||
- Become method to use for privilege escalation.
|
||||
choices: ["None", "sudo", "su", "pbrun", "pfexec", "pmrun"]
|
||||
- Some examples are "None", "sudo", "su", "pbrun"
|
||||
- Due to become plugins, these can be arbitrary
|
||||
type: str
|
||||
become_username:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user