Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 16bc8d4

Browse files
committed
Issue #2025: Mention new var to override for older linux versions.
1 parent f7ddbe8 commit 16bc8d4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/configurations/base-os.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,25 @@ For certain OSes, there are a couple other caveats and tweaks you may need to pe
1313

1414
Some other OSes should work, but are not regularly tested with Drupal VM, including Debian 8/Jessie (`debian/jessie64`).
1515

16-
## Ubuntu 18.04 Xenial LTS
16+
## Ubuntu 18.04 Bionic LTS
1717

18-
Everything should work out of the box with Ubuntu 16.04.
18+
Everything should work out of the box with Ubuntu 18.04.
1919

2020
## Ubuntu 16.04 Xenial LTS
2121

22-
Everything should work out of the box with Ubuntu 16.04.
22+
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:
23+
24+
ansible_python_interpreter: /usr/bin/python
2325

2426
## RedHat Enterprise Linux / CentOS 8
2527

2628
Everything should work out of the box with RHEL 8.
2729

2830
## RedHat Enterprise Linux / CentOS 7
2931

30-
Everything should work out of the box with RHEL 7.
32+
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:
33+
34+
ansible_python_interpreter: /usr/bin/python
3135

3236
## Debian 10 Buster
3337

0 commit comments

Comments
 (0)