spark/roles/systemd/handlers/main.yml
Pig Monkey de59ed760b add wait variable for goimapnotify
Previously `wait` could be defined in the user's config file, but in the
new release it appears to only be supported as a flag, so we have to
override the systemd service.
2024-09-16 15:56:35 -07:00

10 lines
257 B
YAML

---
- name: reload systemd config
command: systemctl daemon-reload
- name: reload user systemd config
command: systemctl --user daemon-reload
become: yes
become_user: "{{ user.name }}"
environment:
XDG_RUNTIME_DIR: "/run/user/{{ user.uid }}"