mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
5 lines
No EOL
90 B
JavaScript
5 lines
No EOL
90 B
JavaScript
function AnsibleModules($scope) {
|
|
$scope.modules = [];
|
|
|
|
$scope.orderProp = "module";
|
|
} |