mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Fix ansible tests
This commit is contained in:
parent
e17ed25116
commit
50d33cbbe0
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
"host": "{{ ldap_host }}",
|
||||
"port": {{ ldap_port }},
|
||||
"base": [
|
||||
"{{ ldap_base_dn }}"
|
||||
"{{ ldap_base_dn }}"
|
||||
],
|
||||
"uid": null,
|
||||
"bind_dn": "{{ ldap_bind_dn }}",
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"syslog": {
|
||||
"enabled": true,
|
||||
"server": "{{ splunk_host }}:{{ splunk_port }}",
|
||||
"protocol_name": "udp",
|
||||
"tls_enabled": false,
|
||||
"cert": null
|
||||
"enabled": true,
|
||||
"server": "{{ splunk_host }}:{{ splunk_port }}",
|
||||
"protocol_name": "udp",
|
||||
"tls_enabled": false,
|
||||
"cert": null
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue