summaryrefslogtreecommitdiff
path: root/ansible/vmadm-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-15 10:07:37 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-15 10:07:37 +0300
commit29610a80e82c97299c5456ab4348dae10bc271f4 (patch)
tree308285adefa5d88436bd6ba5bebb0913b2b5321e /ansible/vmadm-dev.yml
parente7dfb7dac8ecb9689f3d2538e48aedf9eee17f83 (diff)
downloadansibleness-29610a80e82c97299c5456ab4348dae10bc271f4.tar.gz
fix: use root account for VMs
I've recreated them with a new base image, where root is accessible. Sponsored-by: author
Diffstat (limited to 'ansible/vmadm-dev.yml')
-rw-r--r--ansible/vmadm-dev.yml3
1 files changed, 1 insertions, 2 deletions
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]