diff --git a/tasks/etchosts-customizations.yml b/tasks/etchosts-customizations.yml index b41e3d4..a487a7d 100644 --- a/tasks/etchosts-customizations.yml +++ b/tasks/etchosts-customizations.yml @@ -9,7 +9,7 @@ path: /etc/hosts marker_begin: 'ansible_etchosts_customizations_start' 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 }}" state: present @@ -23,6 +23,6 @@ path: /etc/hosts marker_begin: 'ansible_etchosts_customizations_start' 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 }}" state: absent