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:
authorAdrian Ciurdărean <adrianciurdarean@users.noreply.github.com>2018-12-13 14:48:51 +0300
committerGitHub <noreply@github.com>2018-12-13 14:48:51 +0300
commit0b2705dbbd27364822f491cdf92058e0a2d2f9de (patch)
tree52ad11e95e48887079d19d335f102ffd6a35b4dc
parentd066f5a4ae8a156b5ecf66b1695e1699ed4943d6 (diff)
Fixed typo in README.md
-rw-r--r--tomcat-memcached-failover/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomcat-memcached-failover/README.md b/tomcat-memcached-failover/README.md
index 7ea1ec4..0c64d5c 100644
--- a/tomcat-memcached-failover/README.md
+++ b/tomcat-memcached-failover/README.md
@@ -32,7 +32,7 @@ cached_server2
Edit inventory file `hosts` to suit your requirements and run playbook:
```
- $ ansible-playbook -i host site.yml
+ $ ansible-playbook -i hosts site.yml
```
When finished, open web browser and access to http://nginx_ip/ to start testing.