Mounthome is no longer required

This commit is contained in:
Raphael Dannecker 2025-04-01 15:52:11 +02:00
parent 0f4e455717
commit 89fa704ea2
3 changed files with 1 additions and 74 deletions

View file

@ -128,14 +128,11 @@
- name: Deploy sudo configurations
ansible.builtin.copy:
src: "{{ item }}"
src: lmn-vm
dest: "/etc/sudoers.d/90-{{ item }}"
owner: root
group: root
mode: '0700'
loop:
- lmn-mounthome
- lmn-vm
- name: Deploy vmimages scripts
ansible.builtin.copy:
@ -145,7 +142,6 @@
group: root
mode: '0755'
loop:
- mounthome.sh
- vm-create
- vm-rebase
- vm-run