Commit 8c04ecdf by ansible

no message

1 parent 25c6974b
Showing with 1 additions and 1 deletions
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
lineinfile: lineinfile:
path: /etc/hosts path: /etc/hosts
regexp: '^127\.0\.0\.1' regexp: '^127\.0\.0\.1'
line: {{ etcHost }} line: "{{ etcHost }}"
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!