10 lines
264 B
Python
10 lines
264 B
Python
# n8n_reporter.py
|
|
# Ansible callback plugin
|
|
# Posts structured patch run results to n8n webhook
|
|
# Full implementation to follow
|
|
DOCUMENTATION = '''
|
|
callback: n8n_reporter
|
|
type: notification
|
|
short_description: Posts patch run results to n8n webhook
|
|
'''
|