Try to use python 2 on hetzner server as python 3 is too old.

This commit is contained in:
2021-11-21 17:36:22 +01:00
parent 086687397c
commit 8a0a7160f6

View File

@@ -1,4 +1,4 @@
ansible_python_interpreter: /usr/bin/python3
ansible_python_interpreter: /usr/bin/python2
mysql_user: root
backup_dir: /var/chris
databases: ['c1_scheidle', 'c1_startup', 'c2_buehler', 'c4_svj', 'c5_maier', 'dbispconfig', 'roundcube']