Fix wrong task name.
This commit is contained in:
parent
72bb97aa16
commit
2e3f716d24
@ -112,7 +112,7 @@
|
||||
enabled: true
|
||||
become: true
|
||||
|
||||
- name: Add cloud.{{ DOMAIN }} to /etc/hosts
|
||||
- name: Add grafana.{{ DOMAIN }} to /etc/hosts
|
||||
ansible.builtin.lineinfile:
|
||||
path: "/etc/hosts"
|
||||
line: "127.0.0.1 grafana.{{ DOMAIN }} grafana"
|
||||
|
Loading…
Reference in New Issue
Block a user