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

derp

parent 3956d876
No related branches found
No related tags found
No related merge requests found
......@@ -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