ldap-server: yamllint fixes
This commit is contained in:
parent
061fe4da54
commit
8bfeef5bae
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
ldap_server_cert: "{% if ldap_master is defined %}ldap01.foo.sh{% else %}\
|
||||
ldap.foo.sh{% endif %}"
|
||||
ldap_datadir: "{% if ansible_local['export'] %}/export/ldap{% else %}/srv/ldap{% endif %}"
|
||||
ldap_backupdir: "{% if ansible_local['export'] %}/export/backup{% else %}/srv/backup{% endif %}"
|
||||
ldap_datadir: >-
|
||||
{% if ansible_local['export'] %}/export{% else %}/srv{% endif %}/ldap
|
||||
ldap_backupdir: >-
|
||||
{% if ansible_local['export'] -%}/export{% else -%}/srv{% endif -%}/backup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue