ajoute la nouvelle grosse machine d'entrouvert + redémarrage du greenlight quand la conf LDAP a été modifié
This commit is contained in:
@@ -29,4 +29,9 @@
|
||||
lineinfile:
|
||||
path: "/root/greenlight/.env"
|
||||
regexp: "LDAP_BASE="
|
||||
line: "LDAP_BASE=o=libre-entreprise"
|
||||
line: "LDAP_BASE=o=libre-entreprise"
|
||||
register: result
|
||||
|
||||
- name: redémarrage de greenlight
|
||||
shell: "cd /root/greenlight; docker-compose down; docker-compose up -d"
|
||||
when: result is changed
|
||||
Reference in New Issue
Block a user