Fix the blockinfile label.
This commit is contained in:
parent
a2a6f6ae2a
commit
29f5615a63
|
@ -9,7 +9,7 @@
|
||||||
path: /etc/hosts
|
path: /etc/hosts
|
||||||
marker_begin: 'ansible_etchosts_customizations_start'
|
marker_begin: 'ansible_etchosts_customizations_start'
|
||||||
marker_end: 'ansible_etchosts_customizations_end'
|
marker_end: 'ansible_etchosts_customizations_end'
|
||||||
marker: "# {mark} Customization to bashrc installed via ansible"
|
marker: "# {mark} hosts entries managed by ansible"
|
||||||
block: "{{ custom_etc_hosts_entries }}"
|
block: "{{ custom_etc_hosts_entries }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
@ -23,6 +23,6 @@
|
||||||
path: /etc/hosts
|
path: /etc/hosts
|
||||||
marker_begin: 'ansible_etchosts_customizations_start'
|
marker_begin: 'ansible_etchosts_customizations_start'
|
||||||
marker_end: 'ansible_etchosts_customizations_end'
|
marker_end: 'ansible_etchosts_customizations_end'
|
||||||
marker: "# {mark} Customization to bashrc installed via ansible"
|
marker: "# {mark} hosts entries managed by ansible"
|
||||||
block: "{{ custom_etc_hosts_entries }}"
|
block: "{{ custom_etc_hosts_entries }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Reference in New Issue