[ldap-client] host looks into ldap before making a dns request

certbot_on_virtu
_pollion 2020-07-27 23:09:10 +02:00 committed by shirenn
parent 52e237b0cf
commit 7011f816ef
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
lineinfile: lineinfile:
dest: /etc/nsswitch.conf dest: /etc/nsswitch.conf
regexp: "^{{ item }}:" regexp: "^{{ item }}:"
line: "{{ item }}: files dns ldap" line: "{{ item }}: files ldap dns"
loop: loop:
- hosts - hosts
notify: Restart nslcd service notify: Restart nslcd service