From 29f5615a6344d301a66b75c7a833fd9795ecf4b2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 25 Sep 2024 18:12:00 +0200 Subject: [PATCH] Fix the blockinfile label. --- tasks/etchosts-customizations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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