From 29610a80e82c97299c5456ab4348dae10bc271f4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Apr 2022 10:07:37 +0300 Subject: fix: use root account for VMs I've recreated them with a new base image, where root is accessible. Sponsored-by: author --- ansible/vmadm-dev.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ansible/vmadm-dev.yml') diff --git a/ansible/vmadm-dev.yml b/ansible/vmadm-dev.yml index 5daf97c..b253532 100644 --- a/ansible/vmadm-dev.yml +++ b/ansible/vmadm-dev.yml @@ -1,6 +1,5 @@ - hosts: vmadm-dev - remote_user: debian - become: yes + remote_user: root roles: - role: sane_debian_system tags: [sane] -- cgit v1.2.1