From 302c31bfcae77df6b116a78b79acbda09146c983 Mon Sep 17 00:00:00 2001 From: David Underwood Date: Wed, 10 Mar 2021 12:09:23 -0500 Subject: [PATCH] Fixes typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134a6c3..d5f8b40 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ Things it still needs: ## Steps -Create a copy of the example variables file `cp variables.yml.example variables.example` and change the domain name to the correct value. +Create a copy of the example variables file `cp variables.yml.example variables.yml` and change the domain name to the correct value. Run the playbook against your server, e.g. `ansible-playbook foundry_playbook.yml -i vtt.vidja.social,` (Note the comma after the domain, this tells ansible it's an address and not an inventory file).