From 16bc8d4f0c41992e7e21f0d9d234d25ebba5ac56 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 20 Mar 2020 13:48:34 -0500 Subject: [PATCH] Issue #2025: Mention new var to override for older linux versions. --- docs/configurations/base-os.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/configurations/base-os.md b/docs/configurations/base-os.md index 2929b112a..1e382f3f7 100644 --- a/docs/configurations/base-os.md +++ b/docs/configurations/base-os.md @@ -13,13 +13,15 @@ For certain OSes, there are a couple other caveats and tweaks you may need to pe Some other OSes should work, but are not regularly tested with Drupal VM, including Debian 8/Jessie (`debian/jessie64`). -## Ubuntu 18.04 Xenial LTS +## Ubuntu 18.04 Bionic LTS -Everything should work out of the box with Ubuntu 16.04. +Everything should work out of the box with Ubuntu 18.04. ## Ubuntu 16.04 Xenial LTS -Everything should work out of the box with Ubuntu 16.04. +Most everything should work out of the box with Ubuntu 16.04. You will need to override one variable in your `config.yml` to use an older version of Python when provisioning: + + ansible_python_interpreter: /usr/bin/python ## RedHat Enterprise Linux / CentOS 8 @@ -27,7 +29,9 @@ Everything should work out of the box with RHEL 8. ## RedHat Enterprise Linux / CentOS 7 -Everything should work out of the box with RHEL 7. +Most everything should work out of the box with CentOS 7. You will need to override one variable in your `config.yml` to use an older version of Python when provisioning: + + ansible_python_interpreter: /usr/bin/python ## Debian 10 Buster