d
This commit is contained in:
parent
f5308176fe
commit
517f9babcc
1 changed files with 11 additions and 0 deletions
|
@ -4,6 +4,17 @@
|
|||
deb: "{{ lldap_package_url }}"
|
||||
notify: Ensure services are enabled and started
|
||||
|
||||
- name: Ensure needed directories exist
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: lldap
|
||||
group: lldap
|
||||
loop:
|
||||
- /usr/share/lldap/app/static/fonts
|
||||
- /usr/share/lldap/app/static
|
||||
- /usr/share/lldap/app/pkg
|
||||
|
||||
- name: Ensure config is templated
|
||||
ansible.builtin.template:
|
||||
src: lldap_config.toml.j2
|
||||
|
|
Loading…
Reference in a new issue