summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-20 11:38:44 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-20 11:38:44 +0300
commit25d510db546ee3c58ef61b5966d62af0a4c72616 (patch)
tree70bd7e842005ecb1a0e237adbfc7952bcd0dc755
parent7db57c8465835bcba573ec0d6ebd8269c0c64599 (diff)
downloaddebian-ansible-25d510db546ee3c58ef61b5966d62af0a4c72616.tar.gz
fix: tell Ansible to use python3
Sponsored-by: author
-rw-r--r--roles/sane_debian_system/subplot.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/sane_debian_system/subplot.md b/roles/sane_debian_system/subplot.md
index dc22679..81bab9e 100644
--- a/roles/sane_debian_system/subplot.md
+++ b/roles/sane_debian_system/subplot.md
@@ -27,8 +27,9 @@ and the host has saneone in /etc/hosts for 127.0.1.1
~~~
~~~{#sane1.yml .file .yaml}
-sane_debian_system_version: 2
+ansible_python_interpreter: /usr/bin/python3
+sane_debian_system_version: 2
sane_debian_system_codename: buster
sane_debian_system_hostname: saneone
~~~