Create VM from clone delivered.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user