From bac2a2ee566b22495b1e821619c86004542f132b Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 28 Dec 2020 12:58:07 -0600 Subject: [PATCH] Correct OS requirements in README The only dependency is python-is-python3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86e2c15..a8b25d1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Adding a new server will require the following be fulfilled: * DNS records for the machine are set; and -* The server is running Ubuntu 18.04 or greater (20.04 recommended) +* The server is running Ubuntu 20.04 or greater From there, running the playbook `site.yml` should get the machine up to snuff. To automate the host-local steps, use the script file `contrib/bootstrap.sh`.