renamed customer user group

This commit is contained in:
ladislav.dusa
2025-04-14 20:59:24 +02:00
parent b3de421b3a
commit 5957435c36

View File

@ -5,7 +5,6 @@
ansible.builtin.copy: ansible.builtin.copy:
src: config src: config
dest: /home/jd/.ssh/config dest: /home/jd/.ssh/config
remote_src: true
mode: '0600' mode: '0600'
owner: jd owner: jd
group: jd group: jd
@ -14,7 +13,6 @@
ansible.builtin.copy: ansible.builtin.copy:
src: config src: config
dest: /root/.ssh/config dest: /root/.ssh/config
remote_src: true
mode: '0600' mode: '0600'
owner: root owner: root
group: root group: root