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