renamed customer user group

This commit is contained in:
ladislav.dusa
2025-04-14 20:45:52 +02:00
parent e15b4ec2a8
commit 977c9ca44e

View File

@ -16,3 +16,8 @@
path: "/etc/hosts"
regexp: "^192.168.77.238 .*"
line: "192.168.77.238 rpi5 rpi5.home.lan"
- name: Reconfigure hosts file
ansible.builtin.lineinfile:
path: "/etc/hosts"
regexp: "^192.168.77.4 .*"
line: "192.168.77.4 amd amd.home.lan"