From 640e528fdc62451bba2e781908b61207c64a773d Mon Sep 17 00:00:00 2001 From: Kevin Clark Date: Fri, 19 May 2017 14:24:54 -0700 Subject: [PATCH] adds privilege escalation method for pmrun(Unix Privilege Manager 6.0) --- .../web_infrastructure/ansible_tower/tower_credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py index ff796ceca3..7f87b1d622 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py @@ -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: