Fix the blockinfile label.

This commit is contained in:
Andrea Dell'Amico 2024-09-25 18:12:00 +02:00
parent a2a6f6ae2a
commit 29f5615a63
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -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