You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/configurations/base-os.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,25 @@ For certain OSes, there are a couple other caveats and tweaks you may need to pe
13
13
14
14
Some other OSes should work, but are not regularly tested with Drupal VM, including Debian 8/Jessie (`debian/jessie64`).
15
15
16
-
## Ubuntu 18.04 Xenial LTS
16
+
## Ubuntu 18.04 Bionic LTS
17
17
18
-
Everything should work out of the box with Ubuntu 16.04.
18
+
Everything should work out of the box with Ubuntu 18.04.
19
19
20
20
## Ubuntu 16.04 Xenial LTS
21
21
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
23
25
24
26
## RedHat Enterprise Linux / CentOS 8
25
27
26
28
Everything should work out of the box with RHEL 8.
27
29
28
30
## RedHat Enterprise Linux / CentOS 7
29
31
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:
0 commit comments