Commit Graph

21 Commits (c23f57c0ef319be922385820fe3630ace8728e9d)

Author SHA1 Message Date
Daniel Petty a4e6e6e2ef fixed $source null check, reference to $Params
$source check causes:
FAILED! => {"changed": false, "failed": true, "msg": "A parameter cannot be found that matches parameter name 'Source'."}

$Params.Remove causes:
FAILED! => {"changed": false, "failed": true, "msg": "Method invocation failed because [System.Management.Automation.PSCustomObject] does not contain a method named 'Remove'."}
8 years ago
Trond Hindenes 3cb70ebc9d bugfix win_feature.ps1 9 years ago
Trond Hindenes 0cfffa5dbe Add source as optional parameter 9 years ago
Chris Church 323a14808f Revert "Improvements to win_feature" 9 years ago
James Cammarata 78e756b05d Merge pull request #1564 from trondhindenes/win_features_improvements_v2
Improvements to win_feature
9 years ago
Chris Church 1d074d43aa * Update core modules to fix strict mode errors.
* Also fix creates parameter issue in win_msi as described in https://github.com/ansible/ansible-modules-core/issues/129, slightly different fix from https://github.com/ansible/ansible-modules-core/pull/1482
* Fix setup.ps1 module issue described in https://github.com/ansible/ansible-modules-core/issues/1927
9 years ago
Trond Hindenes aa834fe1c1 updated win_feature.ps1 with improvements 9 years ago
Ian Clegg bdc28a6bb3 Added support for comma seperated feature names in the name parameter of the win_feature module 10 years ago
Chris Church c9f8dcff99 Update win_feature module to work on server 2008 and fail with error message on non-server windows, fix output messages and error handling. 10 years ago
Michael DeHaan 417309a626 Restructuring. 10 years ago
Michael DeHaan 73123b69fa Move modules into subdirectory. 10 years ago
Trond Hindenes ba507553b0 Better result handling 10 years ago
Trond Hindenes 8e16962596 improvements to win_feature 10 years ago
Paul Durivage 8b0cc1a87b Add comments 10 years ago
Paul Durivage ebbf356b30 Add restart functionality 10 years ago
Paul Durivage a8dff668dd Renaming and refactoring of names, variables 10 years ago
Paul Durivage e0f618b27a Remove unnecessary obj 10 years ago
Paul Durivage c218a125bb Fix variable reference 10 years ago
Paul Durivage c83e5d0890 Ensure state is present if no value provided 10 years ago
Paul Durivage 03526456fa Fix logic to ensure state is either present or absent 10 years ago
Paul Durivage 376d1cc0a4 Add prelim version of win_feature module (for installing packages, roles, features, etc) 10 years ago