xoxys.ldap_proxy/tasks/setup_redhat8.yml

8 lines
185 B
YAML
Raw Normal View History

2022-02-12 13:34:44 +01:00
---
- name: Setup custom systemd service
template:
src: etc/systemd/system/slapd.service.j2
dest: "/etc/systemd/system/slapd.service"
mode: 0644
notify: __slapd_restart