5 lines
224 B
YAML
5 lines
224 B
YAML
|
|
---
|
||
|
|
- name: reload borgmatic
|
||
|
|
ansible.builtin.shell: |
|
||
|
|
launchctl unload ~/Library/LaunchAgents/mcquack.eblume.borgmatic.plist 2>/dev/null || true
|
||
|
|
launchctl load ~/Library/LaunchAgents/mcquack.eblume.borgmatic.plist
|