Create VM from clone delivered.

This commit is contained in:
2025-07-10 11:53:47 -05:00
parent 8212a69802
commit 98cad7348c
7 changed files with 104 additions and 49 deletions

View File

@@ -9,6 +9,6 @@
ansible.builtin.lineinfile:
path: /etc/sudoers
state: present
regexp: '^%wheel'
line: '%wheel ALL=(ALL) NOPASSWD:ALL'
validate: 'visudo -cf %s'
regexp: "^%wheel"
line: "%wheel ALL=(ALL) NOPASSWD:ALL"
validate: "visudo -cf %s"