mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2022-03-17 09:00
This commit is contained in:
15
roles/ldap2pg/tasks/install.yml
Normal file
15
roles/ldap2pg/tasks/install.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: Install packages
|
||||
package: name={{ ldap2pg_packages }}
|
||||
tags: pg
|
||||
|
||||
- name: Install systemd unit
|
||||
template: src=ldap2pg.{{ item }}.j2 dest=/etc/systemd/system/ldap2pg.{{ item }}
|
||||
loop:
|
||||
- service
|
||||
- timer
|
||||
notify:
|
||||
- restart ldap2pg.service
|
||||
- restart ldap2pg.timer
|
||||
tags: pg
|
Reference in New Issue
Block a user