xoxys.ldap_proxy/tasks/setup_redhat8.yml
Robert Kaussow 1edc1aae5f
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
2022-02-12 13:34:44 +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