From 2adf1ae6bd78fa88c4486af3896d08a3b3e89055 Mon Sep 17 00:00:00 2001 From: Thomas Kleinendorst Date: Sun, 7 Apr 2024 13:04:03 +0200 Subject: [PATCH] Add Ansible installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8564910..78dff74 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ Contains the Infrastructure as Code files which are used for provisioning my in house Raspberry Pi. ## Prerequisites -The files within this repository should be run on a computer with Ansible installed. This is only possible on MacOS or Linux systems. For Windows it can be run within a WSL distro (see [this guide](https://code.visualstudio.com/docs/remote/wsl-tutorial) on how to set this up). +The files within this repository should be run on a computer with Ansible installed. This is only possible on MacOS or Linux systems. For Windows it can be run within a WSL distro (see [this guide](https://code.visualstudio.com/docs/remote/wsl-tutorial) on how to set this up, make sure the repository is checked out on the WSL distribution itself). + +Install Ansible ([see instructions](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)).