Skip to content
Snippets Groups Projects
Commit 928592b1 authored by Jens Sandmann's avatar Jens Sandmann
Browse files

ldap: ordner erzeugung von 3 auf 1 task reduziert

parent bbbfec0f
No related branches found
No related tags found
No related merge requests found
......@@ -19,18 +19,12 @@
- name: create folder struct for ldap
file:
path: "/srv/ldap"
state: "directory"
- name: create folder struct for ldap
file:
path: "/srv/ldap/database"
state: "directory"
- name: create folder struct for ldap
file:
path: "/srv/ldap/config"
path: "/srv/ldap/{{ item.path }}"
state: "directory"
recurse: yes
with_items:
- { path: 'database' }
- { path: 'config' }
- name: Docker Compose Konfig-Datei erstellen
template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment