Default sudo password to SSH password.

While here factor out password prompting in ansible.utils
This commit is contained in:
Stoned Elipot
2013-04-07 13:14:24 +02:00
committed by Michael DeHaan
parent be947e5266
commit e1ee257619
4 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function AnsibleModules($scope) {
$scope.modules = [];
$scope.orderProp = "module";
}

File diff suppressed because one or more lines are too long