summaryrefslogtreecommitdiff
path: root/ansible/web.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-08 15:13:24 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-08 15:13:24 +0300
commite8fd3b08f27514ee7bf297d67eccd10ec7648683 (patch)
tree24694afea022395cce3753254597ce4d25e4115e /ansible/web.yml
parent39e5882f3b2e3f902d0601a10205f405944c1678 (diff)
downloadansibleness-e8fd3b08f27514ee7bf297d67eccd10ec7648683.tar.gz
change web VM so it runs on e1
Sponsored-by: author
Diffstat (limited to 'ansible/web.yml')
-rw-r--r--ansible/web.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/web.yml b/ansible/web.yml
index 30b5231..dd4edca 100644
--- a/ansible/web.yml
+++ b/ansible/web.yml
@@ -5,9 +5,10 @@
- role: sane_debian_system
- role: unix_users
- role: apache_server
- - role: comfortable-debian-system
- role: self-updating-system
vars:
+ ansible_python_interpreter: /usr/bin/python3
+
sane_debian_system_version: 2
unix_users_version: 2