1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docsite/latest/modules.js
Stoned Elipot e1ee257619 Default sudo password to SSH password.
While here factor out password prompting in ansible.utils
2013-04-22 23:57:50 -04:00

5 lines
No EOL
90 B
JavaScript

function AnsibleModules($scope) {
$scope.modules = [];
$scope.orderProp = "module";
}