Fix accidentally hidden placeholder.

pull/63/head
Markus Amalthea Magnuson 10 years ago
parent 9e3fbd25f5
commit 7712927ad6
  1. 4
      play-webapp/README.md

@ -45,7 +45,7 @@ Run the playbook to deploy the app:
ansible-playbook -i hosts site.yml
Once the playbooks complete, you can check the deployment by logging into the
server console at http://<server-ip>:9000/. You should get a page similar to
server console at `http://<server-ip>:9000/`. You should get a page similar to
image below.
![Alt text](images/play_webapp.png "webapp")
@ -104,5 +104,5 @@ facts:
The facts can also be fetched by making a GET request with following url.
http://<serverip>:9000/inventoryID?hostname=<hostname>
http://<server-ip>:9000/inventoryID?hostname=<hostname>