renamed customer user group

This commit is contained in:
ladislav.dusa
2025-04-14 21:03:09 +02:00
parent 5957435c36
commit 04eb197989

View File

@ -20,4 +20,9 @@
ansible.builtin.lineinfile:
path: "/etc/hosts"
regexp: "^192.168.77.4 .*"
line: "192.168.77.4 amd amd.home.lan"
line: "192.168.77.4 amd amd.home.lan"
- name: Reconfigure hosts file
ansible.builtin.lineinfile:
path: "/etc/hosts"
regexp: "^192.168.77.55 .*"
line: "192.168.77.55 rack rack.home.lan"