mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
New Module: Write Windows event log entries (win_eventlog_entry) (#27828)
* initial commit for win_eventlog_entry module * added test module for integration tests and minor documentation fixes
This commit is contained in:
parent
a8a3ad70ad
commit
bb7813f16f
7 changed files with 416 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
win_test_log_source:
|
||||
log: WinEventLogEntryTest
|
||||
source: WinEventLogEntrySource
|
||||
win_test_log_source_extra:
|
||||
log: ExtraWinEventLogEntryTest
|
||||
source: ExtraWinEventLogEntrySource
|
Loading…
Add table
Add a link
Reference in a new issue