1
0
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:
Kevin Clark 2017-05-19 14:24:54 -07:00 committed by AlanCoding
parent 06e09550af
commit 640e528fdc
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -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: