mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
New module: win dsc (#24872)
* Added win_dsc module file * mute output and track reboot requirements * added tests * proper conditionals for test * Added moar conditionals for test * ci fixes * Added metadata * fixed integration test yaml * ci fix * ci fix * added module_version param and output, no longer chokes on multiple versions found. * ci fix * code review improvements, make return vars more pythonic, cleanup removed reference to handles in commit message * Fixed tests, clearer documentation * fixed trailing whitespace
This commit is contained in:
parent
055cc32830
commit
055fd6f5f5
5 changed files with 475 additions and 0 deletions
4
test/integration/targets/win_dsc/defaults/main.yml
Normal file
4
test/integration/targets/win_dsc/defaults/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
|
||||
# Feature not normally installed by default.
|
||||
test_win_feature_name: Telnet-Client
|
Loading…
Add table
Add a link
Reference in a new issue