mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
adds privilege escalation method for pmrun(Unix Privilege Manager 6.0)
This commit is contained in:
parent
06e09550af
commit
640e528fdc
@ -125,7 +125,7 @@ options:
|
||||
description:
|
||||
- Become method to Use for privledge escalation.
|
||||
required: False
|
||||
choices: ["None", "sudo", "su", "pbrun", "pfexec"]
|
||||
choices: ["None", "sudo", "su", "pbrun", "pfexec", "pmrun"]
|
||||
default: "None"
|
||||
become_username:
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user