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

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

View file

@ -0,0 +1,7 @@
[Unit]
Description=ansible-pull failure notifier
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/ansible-pull-failure-notify.sh
User=root