WIP: ansible_pull(role): add failure notifications
Some checks failed
/ Ansible Lint (push) Failing after 49s
Some checks failed
/ Ansible Lint (push) Failing after 49s
This commit is contained in:
parent
17fd71f079
commit
e616c55edb
8 changed files with 51 additions and 3 deletions
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=ansible-pull failure notifier
|
||||
After=ansible-pull.service
|
||||
Wants=ansible-pull.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/sbin/ansible-pull-failure-notify.sh
|
||||
User=root
|
Loading…
Add table
Add a link
Reference in a new issue