Fix wrong task name.

This commit is contained in:
yohan 2024-11-03 22:15:44 +01:00
parent 72bb97aa16
commit 2e3f716d24

View File

@ -112,7 +112,7 @@
enabled: true enabled: true
become: true become: true
- name: Add cloud.{{ DOMAIN }} to /etc/hosts - name: Add grafana.{{ DOMAIN }} to /etc/hosts
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: "/etc/hosts" path: "/etc/hosts"
line: "127.0.0.1 grafana.{{ DOMAIN }} grafana" line: "127.0.0.1 grafana.{{ DOMAIN }} grafana"