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

testing if tab instead of space gets changed

parent 8dc38799
No related branches found
No related tags found
1 merge request!431etcHosts uses tabs not spaces. avoiding ansible CHANGED
......@@ -3,7 +3,7 @@
- name: make sure our repo server is resolvable
lineinfile:
path: /etc/hosts
line: "{{ reposerverip }} {{ reposervername }}"
line: "{{ reposerverip }}\t{{ reposervername }}"
owner: root
group: root
become: True
......
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