xoxys.ldap_proxy/tasks/setup_redhat8.yml
Robert Kaussow c9e395822e
All checks were successful
continuous-integration/drone/pr Build is passing
overwrite systemd file on rh-8
2022-02-12 13:25:54 +01:00

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