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:
Diffstat (limited to 'tomcat-standalone/README.md')
-rw-r--r--tomcat-standalone/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomcat-standalone/README.md b/tomcat-standalone/README.md
index b125211..7b42624 100644
--- a/tomcat-standalone/README.md
+++ b/tomcat-standalone/README.md
@@ -4,7 +4,7 @@
- Expects CentOS/RHEL 6.x hosts
These playbooks deploy a very basic implementation of Tomcat Application Server,
-version 7. To use them, first edit the "hosts" inventory file to contain the
+version 7. To use them, first edit the `hosts` inventory file to contain the
hostnames of the machines on which you want Tomcat deployed, and edit the
group_vars/tomcat-servers file to set any Tomcat configuration parameters you need.