From 05e853d0adf739574200b2bca16beeaeafbe5620 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 20 May 2018 11:46:18 +0300 Subject: [PATCH] README.md: Add note about Python 2 being installed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a7b18f..8680e32 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Ansible playbook for base and initial configuration of the web server hosting my Before you can run this, a few things are assumed: - You have a clean, minimal Debian 9, Ubuntu 16.04, or Ubuntu 18.04 host up and running +- Python 2 is installed on the remote server (requirement of Ansible) - You have a user account with password-less SSH access to the machine - You have sudo privileges on the remote host - You have created a `hosts` file with something like: