Mounthome is no longer required
This commit is contained in:
parent
0f4e455717
commit
89fa704ea2
3 changed files with 1 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue