From 7d9ec6af103d7f8d1bef445541bb1c6a84a8476b Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 15 Jun 2023 01:05:29 -0400 Subject: [PATCH] fix missing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b64827b..c2fb330 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ An ansible role to deploy a minecraft server. 3. Edit *group_vars/minecraft-server.yaml* to change the basic server configuration. Refer to **Configuration options** below for more detail on available configurations. * Set `mc_server_memory` to an appropriate value. * Optionally, configure `mc_server_ops` to be the info of a server "operator" (admin). -4. Deploy the minecraft server using the command `ansible-playbook --ask-become-pass -i hosts` +4. Deploy the minecraft server using the command: `ansible-playbook --ask-become-pass -i hosts site.yaml` * You will be prompted for a password by ansible. Provide the password that you would use to run a command with `sudo` on the server. ## Configuration options