From 25d510db546ee3c58ef61b5966d62af0a4c72616 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Aug 2021 11:38:44 +0300 Subject: fix: tell Ansible to use python3 Sponsored-by: author --- roles/sane_debian_system/subplot.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roles') 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 ~~~ -- cgit v1.2.1