Skip to content
Snippets Groups Projects
Commit 5967ce1f authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

derp

Former-commit-id: c7a797b7
parent 6664e2aa
No related branches found
No related tags found
1 merge request!313Mockldap without TLS enabled but capable
......@@ -36,7 +36,7 @@
become_user: root
- name: "Add LDAP server IP address to /etc/hosts"
lineinfile: dest=/etc/hosts line="{{ ldapServerHostIpLine }} {{ ldapServerHostName }}" state=present insertafter=EOF
lineinfile: dest=/etc/hosts line="{{ ldapServerHostIpLine }}" state=present insertafter=EOF
become: true
become_user: root
when: ldapServerHostIpLine is defined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment