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

derp

Former-commit-id: c7a797b7
parent 16b293d6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
become_user: root become_user: root
- name: "Add LDAP server IP address to /etc/hosts" - 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: true
become_user: root become_user: root
when: ldapServerHostIpLine is defined 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