Skip to content
Snippets Groups Projects
Commit f6584f63 authored by caoyuan's avatar caoyuan
Browse files

Correct the path of /etc/hosts

TrivialFix

Change-Id: Ia4ffc05012102d2f3afacdd92250949ae094d10c
parent 40a1176a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
become: True
when: customize_etc_hosts | bool == True
- name: Generate etc/hosts
- name: Generate /etc/hosts
blockinfile:
dest: /etc/hosts
marker: "# {mark} ANSIBLE GENERATED HOSTS"
......
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