WIP: ansible_pull(role): add failure notifications
Some checks failed
/ Ansible Lint (push) Failing after 49s

This commit is contained in:
June 2025-10-14 02:51:09 +02:00
commit e616c55edb
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
8 changed files with 51 additions and 3 deletions

View file

@ -16,6 +16,9 @@ argument_specs:
ansible_pull__timer_on_calendar:
type: str
required: true
ansible_pull__failure_notification_address:
type: str
required: true
ansible_pull__user:
type: str
required: false

View file

@ -0,0 +1,3 @@
---
dependencies:
- role: msmtp