diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-03 19:13:04 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:12 +0200 |
commit | 8c0f57af454b65e7d01e48a62649bf3886cade46 (patch) | |
tree | f0dc4e6c90e68370c2bf1b7f500e8044d8423c13 /roles/common-LDAP/tasks | |
parent | 9eb84317dd1ecca2f43cb4d5ffa940753eb5984a (diff) |
wibble
Diffstat (limited to 'roles/common-LDAP/tasks')
-rw-r--r-- | roles/common-LDAP/tasks/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/common-LDAP/tasks/main.yml b/roles/common-LDAP/tasks/main.yml index 5c15cc8..aa2f721 100644 --- a/roles/common-LDAP/tasks/main.yml +++ b/roles/common-LDAP/tasks/main.yml @@ -76,8 +76,7 @@ - genkey - name: Copy the SyncRepls's client certificates - assemble: src=certs/ldap - remote_src=no + assemble: src=certs/ldap remote_src=no dest=/etc/ldap/ssl/clients.pem owner=root group=root mode=0644 |