Robert Kaussow
1edc1aae5f
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
185 B
YAML
8 lines
185 B
YAML
---
|
|
- name: Setup custom systemd service
|
|
template:
|
|
src: etc/systemd/system/slapd.service.j2
|
|
dest: "/etc/systemd/system/slapd.service"
|
|
mode: 0644
|
|
notify: __slapd_restart
|