Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Johnson <dave@ansibleworks.com>2016-08-17 22:50:49 +0300
committerGitHub <noreply@github.com>2016-08-17 22:50:49 +0300
commit5bd179d1b2d2d512318b77dc20cce2ae29e3333f (patch)
treeb9865e66e0de0300c2276f2eb720ea6e20b45668 /jboss-standalone
parent254ad625584e43ff921bb652fe41f6262db86fbe (diff)
Update README.md
Diffstat (limited to 'jboss-standalone')
-rw-r--r--jboss-standalone/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/jboss-standalone/README.md b/jboss-standalone/README.md
index ae11700..8f2f66f 100644
--- a/jboss-standalone/README.md
+++ b/jboss-standalone/README.md
@@ -26,9 +26,9 @@ Run the playbook using:
ansible-playbook -i hosts deploy-application.yml
-The HelloWorld application will be available at http://<jboss server>:<http_port>/helloworld
+The HelloWorld application will be available at `http://<jboss server>:<http_port>/helloworld`
-The Ticket Monster application will be available at http://<jboss server>:<http_port>/ticket-monster
+The Ticket Monster application will be available at `http://<jboss server>:<http_port>/ticket-monster`
## Provisioning for Amazon Web Services