summaryrefslogtreecommitdiff
path: root/ansible/python-mess.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/python-mess.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/python-mess.yml')
-rw-r--r--ansible/python-mess.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/python-mess.yml b/ansible/python-mess.yml
index 80d216b..b9ca016 100644
--- a/ansible/python-mess.yml
+++ b/ansible/python-mess.yml
@@ -1,6 +1,5 @@
- hosts: python-mess
- remote_user: debian
- become: yes
+ remote_user: root
roles:
- role: sane_debian_system
tags: [sane]